23 lines
528 B
YAML
23 lines
528 B
YAML
http:
|
||
ip: 0.0.0.0
|
||
port: 7080
|
||
frontend_path: "www"
|
||
log:
|
||
level: "info"
|
||
logPath: "runtime/logs/app.log"
|
||
chat:
|
||
model: "kimi-k2.5"
|
||
max_tokens: 4096
|
||
temperature: 1
|
||
top_p: 1
|
||
presence_penalty: 0
|
||
frequency_penalty: 0
|
||
bot_desc: "你是一个AI助手,我需要你模拟一名资深的软件工程师来回答我的问题"
|
||
min_response_tokens: 600
|
||
context_ttl: 1800
|
||
context_len: 4
|
||
dependOn:
|
||
ai-chat-service:
|
||
address: "ai-chat-service:50055"
|
||
accessToken: "me256487ang1chubdpdialoud22sev1ozhoguumyqca"
|