feat: add siliconflow to the list of OpenAI-compatible providers
This commit is contained in:
parent
5a34cb7bff
commit
0b257c7707
|
|
@ -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"
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue