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:
parent
2b93d1d010
commit
095d1338fc
|
|
@ -8,7 +8,7 @@ from .azure_client import AzureOpenAIClient
|
||||||
|
|
||||||
# Providers that use the OpenAI-compatible chat completions API
|
# Providers that use the OpenAI-compatible chat completions API
|
||||||
_OPENAI_COMPATIBLE = (
|
_OPENAI_COMPATIBLE = (
|
||||||
"openai", "xai", "deepseek", "qwen", "glm", "ollama", "openrouter","nvidia","openaicompatible"
|
"openai", "xai", "deepseek", "qwen", "glm", "ollama", "openrouter", "nvidia", "openaicompatible",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue