humanus.cpp/config/config_llm.toml

9 lines
254 B
TOML
Raw Normal View History

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"
end_point = "/v1/chat/completions"
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>"