This commit is contained in:
kuangji
2026-05-18 13:54:23 +08:00
commit 309002f778
43 changed files with 1627 additions and 0 deletions

15
configs/api_config.yaml Normal file
View File

@@ -0,0 +1,15 @@
default_provider: intranet
providers:
deepseek:
api_key: sk-10faa00207db4135ae78e217594273fe
base_url: https://api.deepseek.com/v1/chat/completions
max_tokens: 4000
model: deepseek-chat
temperature: 0.7
intranet:
api_key: EMPTY
base_url: http://10.30.10.1:8000/v1
max_tokens: 8192
model: qwen3-coder
temperature: 0.7