fixbug: timeout & prompt_format

This commit is contained in:
莘权 马 2023-12-24 12:30:08 +08:00
parent 6465b2eaa9
commit f441c88156
15 changed files with 46 additions and 47 deletions

View file

@ -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"