2025-03-20 16:03:26 +08:00
|
|
|
[default]
|
2025-03-19 18:44:54 +08:00
|
|
|
model = "deepseek-reasoner"
|
|
|
|
base_url = "https://api.deepseek.com"
|
2025-03-26 00:38:43 +08:00
|
|
|
endpoint = "/v1/chat/completions"
|
2025-03-19 18:44:54 +08:00
|
|
|
api_key = "sk-93c5bfcb920c4a8aa345791d429b8536"
|
|
|
|
max_tokens = 8192
|
2025-03-20 16:03:26 +08:00
|
|
|
oai_tool_support = false
|
|
|
|
tool_start = "<tool_call>"
|
|
|
|
tool_end = "</tool_call>"
|