first commit
This commit is contained in:
54
llm_settings.json
Normal file
54
llm_settings.json
Normal file
@@ -0,0 +1,54 @@
|
||||
{
|
||||
"selected_provider": "Kimi",
|
||||
"provider_configs": {
|
||||
"Ollama": {
|
||||
"type": "ollama",
|
||||
"base_url": "http://localhost:11434",
|
||||
"models_endpoint": "/api/tags",
|
||||
"chat_endpoint": "/api/chat",
|
||||
"requires_api_key": false,
|
||||
"api_key": "",
|
||||
"encoding": "utf-8",
|
||||
"default_model": "gpt-oss",
|
||||
"default_models": [],
|
||||
"allow_endpoint_edit": false,
|
||||
"allow_api_toggle": false,
|
||||
"system_prompt": ""
|
||||
},
|
||||
"OpenAI": {
|
||||
"type": "openai-compatible",
|
||||
"base_url": "https://api.openai.com/v1",
|
||||
"models_endpoint": "/models",
|
||||
"chat_endpoint": "/chat/completions",
|
||||
"requires_api_key": true,
|
||||
"api_key": "",
|
||||
"encoding": "utf-8",
|
||||
"default_model": "gpt-4o-mini",
|
||||
"default_models": [
|
||||
"gpt-4o-mini",
|
||||
"gpt-4o",
|
||||
"gpt-4.1-mini",
|
||||
"gpt-3.5-turbo"
|
||||
],
|
||||
"allow_endpoint_edit": true,
|
||||
"allow_api_toggle": true,
|
||||
"system_prompt": ""
|
||||
},
|
||||
"Kimi": {
|
||||
"type": "openai-compatible",
|
||||
"base_url": "https://api.moonshot.cn/v1",
|
||||
"models_endpoint": "/v1/models",
|
||||
"chat_endpoint": "/v1/chat/completions",
|
||||
"requires_api_key": true,
|
||||
"api_key": "sk-2gCgINOEErD1ctdxIB7ALIPnHboZPrQRj1hvVJtEydT1JbXv",
|
||||
"encoding": "utf-8",
|
||||
"default_model": "kimi-k2-0711-preview",
|
||||
"default_models": [
|
||||
"kimi-k2-0711-preview"
|
||||
],
|
||||
"allow_endpoint_edit": true,
|
||||
"allow_api_toggle": true,
|
||||
"system_prompt": "You are a very friendly drone control agent. No matter what language I use to give you instructions, please call the tools to perform the task and then reply in English."
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user