Skip to content

Commit

Permalink
feat: mark deepseek and sambanova as openai-compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
CNSeniorious000 committed Dec 28, 2024
1 parent a40ce48 commit 33e9b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/llm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from .xai import xai
from .yi import yi

openai_compatible_providers = {openai, xai, groq, azure, siliconflow, cerebras, yi}
openai_compatible_providers = {openai, xai, groq, azure, siliconflow, cerebras, yi, deepseek, sambanova}


Model = Literal[
Expand Down

0 comments on commit 33e9b1f

Please sign in to comment.