align format

This commit is contained in:
Jeffrey Chu 2025-10-22 19:16:46 +08:00
parent 066956c85c
commit dc5232d769
1 changed files with 4 additions and 4 deletions

View File

@ -154,7 +154,7 @@ def select_shallow_thinking_agent(provider) -> str:
("llama3.2 local", "llama3.2"), ("llama3.2 local", "llama3.2"),
], ],
"xai": [ "xai": [
("grok-4-fast-non-reasoning", "grok-4-fast-non-reasoning") ("grok-4-fast-non-reasoning", "grok-4-fast-non-reasoning"),
] ]
} }
@ -212,14 +212,14 @@ def select_deep_thinking_agent(provider) -> str:
], ],
"openrouter": [ "openrouter": [
("DeepSeek V3 - a 685B-parameter, mixture-of-experts model", "deepseek/deepseek-chat-v3-0324:free"), ("DeepSeek V3 - a 685B-parameter, mixture-of-experts model", "deepseek/deepseek-chat-v3-0324:free"),
("Deepseek - latest iteration of the flagship chat model family from the DeepSeek team.", "deepseek/deepseek-chat-v3-0324:free") ("Deepseek - latest iteration of the flagship chat model family from the DeepSeek team.", "deepseek/deepseek-chat-v3-0324:free"),
], ],
"ollama": [ "ollama": [
("llama3.1 local", "llama3.1"), ("llama3.1 local", "llama3.1"),
("qwen3", "qwen3"), ("qwen3", "qwen3"),
], ],
"xai": [ "xai": [
("grok-4-fast-reasoning", "grok-4-fast-reasoning") ("grok-4-fast-reasoning", "grok-4-fast-reasoning"),
] ]
} }