Apply suggestions from code review

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
This commit is contained in:
sheiy 2026-04-19 19:06:16 +08:00 committed by GitHub
parent 2b93d1d010
commit 095d1338fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ from .azure_client import AzureOpenAIClient
# Providers that use the OpenAI-compatible chat completions API
_OPENAI_COMPATIBLE = (
"openai", "xai", "deepseek", "qwen", "glm", "ollama", "openrouter","nvidia","openaicompatible"
"openai", "xai", "deepseek", "qwen", "glm", "ollama", "openrouter", "nvidia", "openaicompatible",
)