koura718 commited on
Commit
fff54c0
·
1 Parent(s): 2cf6258

Change baseclient to custom_openai_client

Browse files
Files changed (1) hide show
  1. custom_openai_client.py +1 -1
custom_openai_client.py CHANGED
@@ -24,7 +24,7 @@ class CustomOpenAI(OpenAI):
24
  # API Configuration for different providers
25
  API_CONFIGS = {
26
  ModelProvider.OPENAI: ApiConfig("https://api.openai.com"),
27
- ModelProvider.DEEPSEEK: ApiConfig("https://api.deepseek.ai")
28
  }
29
 
30
  def __init__(
 
24
  # API Configuration for different providers
25
  API_CONFIGS = {
26
  ModelProvider.OPENAI: ApiConfig("https://api.openai.com"),
27
+ ModelProvider.DEEPSEEK: ApiConfig("https://api.deepseek.com")
28
  }
29
 
30
  def __init__(