feat: add siliconflow to the list of OpenAI-compatible providers

This commit is contained in:
liuzhuoya 2026-04-14 18:28:32 +08:00
parent 5a34cb7bff
commit 0b257c7707
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",
"openai", "xai", "deepseek", "qwen", "glm", "ollama", "openrouter", "siliconflow"
)