Spaces:
Sleeping
Sleeping
Change baseclient to custom_openai_client
Browse files- 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.
|
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__(
|