移除误提交的本地工具配置文件
This commit is contained in:
parent
6d18a8fa4c
commit
3dd8972563
|
|
@ -1,27 +0,0 @@
|
|||
default_model = "kimi-platform/k3"
|
||||
|
||||
[providers.kimi-platform]
|
||||
type = "kimi"
|
||||
base_url = "https://api.kimi.com/coding/v1"
|
||||
api_key = "sk-123"
|
||||
|
||||
[models."kimi-platform/k3"]
|
||||
provider = "kimi-platform"
|
||||
model = "k3"
|
||||
max_context_size = 1048576
|
||||
capabilities = [ "thinking", "always_thinking", "image_in", "video_in", "tool_use" ]
|
||||
display_name = "K3 (API Key)"
|
||||
support_efforts = [ "low", "high", "max" ]
|
||||
default_effort = "high"
|
||||
|
||||
[thinking]
|
||||
enabled = true
|
||||
effort = "high"
|
||||
|
||||
[services.moonshot_search]
|
||||
base_url = "https://api.kimi.com/coding/v1/search"
|
||||
api_key = "sk-123"
|
||||
|
||||
[services.moonshot_fetch]
|
||||
base_url = "https://api.kimi.com/coding/v1/fetch"
|
||||
api_key = "sk-123"
|
||||
Loading…
Reference in New Issue