mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-21 14:05:17 +02:00
update
This commit is contained in:
parent
8952deaa8b
commit
81934e2202
2 changed files with 2 additions and 1 deletions
|
|
@ -136,6 +136,7 @@ REASON = ActionNode(
|
|||
key="reason", expected_type=str, instruction="Explain the reasoning process from question to answer", example="..."
|
||||
)
|
||||
|
||||
|
||||
NODES = [
|
||||
LANGUAGE,
|
||||
PROGRAMMING_LANGUAGE,
|
||||
|
|
|
|||
|
|
@ -237,7 +237,7 @@ class OpenAIGPTAPI(BaseGPTAPI, RateLimiter):
|
|||
"n": 1,
|
||||
"stop": None,
|
||||
"temperature": 0.3,
|
||||
"timeout": 30,
|
||||
"timeout": 3,
|
||||
"model": self.model,
|
||||
}
|
||||
if configs:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue