Spaces:
Running
Running
Update main.py
Browse files
main.py
CHANGED
@@ -112,7 +112,7 @@ if not secret_api_endpoint or not secret_api_endpoint_2 or not secret_api_endpoi
|
|
112 |
raise HTTPException(status_code=500, detail="API endpoint(s) are not configured in environment variables.")
|
113 |
|
114 |
# Define models that should use the secondary endpoint
|
115 |
-
alternate_models = {"llama-3.1-sonar-small-128k-online", "o1", "o1-mini", "sonar-reasoning", "deepseek-r1-uncensored"}
|
116 |
|
117 |
available_model_ids = []
|
118 |
class Payload(BaseModel):
|
|
|
112 |
raise HTTPException(status_code=500, detail="API endpoint(s) are not configured in environment variables.")
|
113 |
|
114 |
# Define models that should use the secondary endpoint
|
115 |
+
alternate_models = {"gpt-4o-mini","llama-3.1-sonar-small-128k-online", "o1", "o1-mini", "sonar-reasoning", "deepseek-r1-uncensored"}
|
116 |
|
117 |
available_model_ids = []
|
118 |
class Payload(BaseModel):
|