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:
mannaandpoem 2023-12-26 20:25:41 +08:00
parent 19b4b27f97
commit f7205645b2
12 changed files with 295 additions and 638 deletions

View file

@ -237,7 +237,7 @@ class OpenAIGPTAPI(BaseGPTAPI, RateLimiter):
"n": 1,
"stop": None,
"temperature": 0.3,
"timeout": 3,
"timeout": 30,
"model": self.model,
}
if configs: