modified: llm_settings.json

modified:   template/agent_prompt.py
	modified:   template/parsing_error.py
This commit is contained in:
abnerhexu
2026-01-20 15:55:11 +08:00
parent 31ef4550e7
commit 0410fbf4bc
3 changed files with 19 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
{
"selected_provider": "Kimi",
"selected_provider": "TSSC",
"provider_configs": {
"Ollama": {
"type": "ollama",
@@ -49,6 +49,22 @@
"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."
},
"TSSC": {
"type": "openai-compatible",
"base_url": "https://ollama.nudt.space/v1",
"models_endpoint": "/v1/models",
"chat_endpoint": "/v1/chat/completions",
"requires_api_key": true,
"api_key": "sk-shahe-547d2f923494c66c3b0134c3e52bbe12",
"encoding": "utf-8",
"default_model": "gemma3:27b",
"default_models": [
"gemma3:27b"
],
"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."
}
}
}