mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-02 14:45:17 +02:00
Update increment development for 0.5.x version: Delete files with 'refine' and write_code_guide.py. Add write_code_guide_an.py. Update write_code.py for guiding write code.
This commit is contained in:
parent
19b4b27f97
commit
f7205645b2
12 changed files with 295 additions and 638 deletions
|
|
@ -237,7 +237,7 @@ class OpenAIGPTAPI(BaseGPTAPI, RateLimiter):
|
|||
"n": 1,
|
||||
"stop": None,
|
||||
"temperature": 0.3,
|
||||
"timeout": 3,
|
||||
"timeout": 30,
|
||||
"model": self.model,
|
||||
}
|
||||
if configs:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue