bug fixed in auto navigate for ellipse

This commit is contained in:
abnerhexu
2026-01-24 11:05:52 +08:00
parent 26b1a62566
commit 9b05507c5e
4 changed files with 395 additions and 38 deletions

View File

@@ -67,16 +67,16 @@
"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."
},
"MiniMax": {
"type": "openai-compatible",
"base_url": "https://api.minimaxi.com/v1",
"models_endpoint": "/v1/models",
"chat_endpoint": "/v1/chat/completions",
"type": "anthropic-compatible",
"base_url": "https://api.minimaxi.com/anthropic",
"models_endpoint": "",
"chat_endpoint": "",
"requires_api_key": true,
"api_key": "sk-api-JmFQPSmEc0ErvwEHHJYEkP17TPqpxCx6yK2yS9rU4pBP9eMmdZKPuOo76z8y-bTcA0XsYY6vam33KGM53kQ5GInRCb1clhlNm1Mq-Fq1-CTZQDNXYhYxu7c",
"encoding": "utf-8",
"default_model": "MiniMax-M2.1",
"default_model": "MiniMax-M2",
"default_models": [
"MiniMax-M2.1"
"MiniMax-M2"
],
"allow_endpoint_edit": true,
"allow_api_toggle": true,