V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX 提问指南
Aruen24
V2EX  ›  问与答

测试 Auto-GPT Python scripts/main.py --gpt3only 出现 RuntimeError: Failed to get response after 5 retries

  •  
  •   Aruen24 · 2023-04-14 14:55:17 +08:00 · 1109 次点击
    这是一个创建于 377 天前的主题,其中的信息可能已经有所发展或是发生改变。
    4 条回复    2023-04-15 14:20:04 +08:00
    Aruen24
        1
    Aruen24  
    OP
       2023-04-14 16:57:24 +08:00
    Using memory of type: LocalCache
    Token limit: 4000
    Memory Stats: (0, (0, 1536))
    Token limit: 4000
    Send Token Count: 907
    Tokens remaining for response: 3093
    ------------ CONTEXT SENT TO AI ---------------
    System: The current time and date is Fri Apr 14 16:53:50 2023

    System: This reminds you of these events from your past:




    User: Determine which next command to use, and respond using the format specified above:

    ----------- END OF CONTEXT ----------------
    Error: API Rate Limit Reached. Waiting 20 seconds...
    Error: API Rate Limit Reached. Waiting 20 seconds...
    Error: API Rate Limit Reached. Waiting 20 seconds...
    Error: API Rate Limit Reached. Waiting 20 seconds...
    Error: API Rate Limit Reached. Waiting 20 seconds...
    Traceback (most recent call last):
    File "scripts/main.py", line 461, in <module>
    main()
    File "scripts/main.py", line 365, in main
    assistant_reply = chat.chat_with_ai(
    File "E:\PyCharmProject\Auto-GPT\scripts\chat.py", line 126, in chat_with_ai
    assistant_reply = create_chat_completion(
    File "E:\PyCharmProject\Auto-GPT\scripts\llm_utils.py", line 50, in create_chat_completion
    raise RuntimeError("Failed to get response after 5 retries")
    RuntimeError: Failed to get response after 5 retries
    eastcukt
        2
    eastcukt  
       2023-04-14 21:28:36 +08:00
    看 GitHub 上有回复让转为付费账户( https://github.com/Torantulino/Auto-GPT/pull/1304 ) 人麻了
    eastcukt
        3
    eastcukt  
       2023-04-14 23:08:30 +08:00
    @eastcukt 更正下,我的问题是账户过期了(四月一号那批)
    wonderfulcxm
        4
    wonderfulcxm  
       2023-04-15 14:20:04 +08:00 via iPhone
    昨天开始试用帐户严重限制了请求速率,文档类基本凉凉,花钱呗
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   2764 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 27ms · UTC 15:42 · PVG 23:42 · LAX 08:42 · JFK 11:42
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.