automatic move towards

This commit is contained in:
abnerhexu
2026-01-25 16:23:01 +08:00
parent 9cb4537528
commit 10333df568
4 changed files with 550 additions and 789 deletions

View File

@@ -284,7 +284,7 @@ class UAVControlAgent:
# Create LLM instance
if llm_provider == "anthropic-compatible":
kwargs = {
"model_name": llm_model,
"model": llm_model,
"temperature": temperature,
"api_key": llm_api_key,
"base_url": final_base_url