feat: config_test.yaml
This commit is contained in:
parent
a6a82c9ebc
commit
1d604a4af9
|
|
@ -19,6 +19,10 @@ vllm:
|
||||||
timeout: "120s"
|
timeout: "120s"
|
||||||
level: "info"
|
level: "info"
|
||||||
|
|
||||||
|
coze:
|
||||||
|
base_url: "https://api.coze.cn"
|
||||||
|
api_secret: "sat_AqvFcdNgesP8megy1ItTscWFXRcsHRzmM4NJ1KNavfcdT0EPwYuCPkDqGhItpx13"
|
||||||
|
|
||||||
|
|
||||||
sys:
|
sys:
|
||||||
session_len: 6
|
session_len: 6
|
||||||
|
|
@ -149,8 +153,6 @@ llm:
|
||||||
temperature: 0.7
|
temperature: 0.7
|
||||||
max_tokens: 4096
|
max_tokens: 4096
|
||||||
stream: true
|
stream: true
|
||||||
|
|
||||||
|
|
||||||
#ding_talk_bots:
|
#ding_talk_bots:
|
||||||
# public:
|
# public:
|
||||||
# client_id: "dingchg59zwwvmuuvldx",
|
# client_id: "dingchg59zwwvmuuvldx",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue