mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-26 17:26:22 +02:00
fixbug: timeout & prompt_format
This commit is contained in:
parent
6465b2eaa9
commit
f441c88156
15 changed files with 46 additions and 47 deletions
|
|
@ -15,6 +15,7 @@ OPENAI_API_MODEL: "gpt-4-1106-preview"
|
|||
MAX_TOKENS: 4096
|
||||
RPM: 10
|
||||
LLM_TYPE: OpenAI # Except for these three major models – OpenAI, MetaGPT LLM, and Azure – other large models can be distinguished based on the validity of the key.
|
||||
TIMEOUT: 60 # Timeout for llm invocation
|
||||
|
||||
#### if Spark
|
||||
#SPARK_APPID : "YOUR_APPID"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue