init rep
This commit is contained in:
15
configs/api_config.yaml
Normal file
15
configs/api_config.yaml
Normal 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
|
||||
|
||||
34
configs/api_config.yaml.bak
Normal file
34
configs/api_config.yaml.bak
Normal file
@@ -0,0 +1,34 @@
|
||||
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
|
||||
openai:
|
||||
api_key: ''
|
||||
base_url: https://api.openai.com/v1/chat/completions
|
||||
max_tokens: 4000
|
||||
model: gpt-3.5-turbo
|
||||
temperature: 0.7
|
||||
openrouter:
|
||||
api_key: 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
|
||||
base_url: https://openrouter.ai/api/v1/chat/completions
|
||||
http_referer: ''
|
||||
max_tokens: 4000
|
||||
model: z-ai/glm-4.5-air:free
|
||||
temperature: 0.7
|
||||
x_title: ''
|
||||
qianwen:
|
||||
api_key: sk-77065ee39e6644b3b8cc1fcc80a8d802
|
||||
base_url: https://dashscope.aliyuncs.com/compatible-mode/v1/chat/completions
|
||||
max_tokens: 8192
|
||||
model: qwen3-max-2026-01-23
|
||||
temperature: 0.1
|
||||
Reference in New Issue
Block a user