humanus.cpp/config/config.toml.bak

20 lines
578 B
TOML
Raw Normal View History

2025-03-17 01:58:37 +08:00
[llm]
model = "anthropic/claude-3.7-sonnet"
base_url = "https://openrouter.ai"
end_point = "/api/v1/chat/completions"
api_key = "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"
2025-03-17 14:07:41 +08:00
max_tokens = 8192
[llm]
model = "deepseek-chat"
base_url = "https://api.deepseek.com"
end_point = "/v1/chat/completions"
api_key = "sk-93c5bfcb920c4a8aa345791d429b8536"
2025-03-19 18:44:54 +08:00
max_tokens = 8192
[llm]
model = "qwen-max"
base_url = "https://dashscope.aliyuncs.com"
end_point = "/compatible-mode/v1/chat/completions"
api_key = "sk-cb1bb2a240d84182bb93f6dd0fe03600"
2025-03-17 14:07:41 +08:00
max_tokens = 8192