feat: 在配置中添加 llm_timeout_secs 字段以设置 LLM 超时
This commit is contained in:
parent
b33350c410
commit
ff9dbe7853
@ -4,7 +4,8 @@
|
||||
"type": "openai",
|
||||
"base_url": "<OPENAI_BASE_URL>",
|
||||
"api_key": "<OPENAI_API_KEY>",
|
||||
"extra_headers": {}
|
||||
"extra_headers": {},
|
||||
"llm_timeout_secs": 300
|
||||
}
|
||||
},
|
||||
"models": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user