MetaGPT
MetaGPT copied to clipboard
Exception
Program call flow:
Title: Snake Game Call Flow
Player->Game: Start game
Game->Game: Initialize game
Game->Game: Start game loop
Player->Game: Control snake using arrow keys
Game->Game: Handle player input
Game->Snake: Change snake direction
Game->Snake: Move snake
Game->Snake: Check collision with boundaries
Game->Snake: Check collision with self
Game->Snake: Eat food if collided
Game->Game: Update game state
Game->Game: Draw game screen
Game->Game: Check game over condition
Game->Game: Pause game if requested
Player->Game: Resume game if paused
Game->Game: End game if game over
Player->Game: Restart game if desired
Anything UNCLEAR:
None.
Warning: gpt-3.5-turbo may change over time. Returning num tokens assuming gpt-3.5-turbo-0301.
2023-07-07 08:24:05.238 | INFO | metagpt.provider.openai_api:update_cost:90 - Total running cost: $0.006 | Max budget: $3.000 | Current cost: $0.004, prompt_tokens=1113, completion_tokens=692
2023-07-07 08:24:05.246 | ERROR | metagpt.utils.common:parse_code:67 - .*?\s+(.*?) not match following text:
2023-07-07 08:24:05.247 | ERROR | metagpt.utils.common:parse_code:68 - snake_game
Traceback (most recent call last):
File "/home/donp/Documents/coding/metagpt/startup.py", line 29, in
we'll do some experiments, trying to make gpt-3.5-turbo available. but it's not on current roadmap.
gpt-3.5-turbo has been supported in https://github.com/geekan/MetaGPT/pull/37 but it's not stable.
我遇到了同样的问题,使用了ChimeraGPT的GPT4
我遇到了同样的问题,使用了ChimeraGPT的GPT4
Chi's GPT4 is buggy. When token is more than 3.5k, it gets "Absolutely! How can I assist you today" oftenly