Spaces:
Running
Running
Update main.py
Browse files
main.py
CHANGED
@@ -104,7 +104,7 @@ app.add_middleware(RateLimitMiddleware, requests_per_second=2)
|
|
104 |
secret_api_endpoint = os.getenv('SECRET_API_ENDPOINT')
|
105 |
secret_api_endpoint_2 = os.getenv('SECRET_API_ENDPOINT_2')
|
106 |
secret_api_endpoint_3 = os.getenv('SECRET_API_ENDPOINT_3') # New endpoint for searchgpt
|
107 |
-
mistral_api = "https://api.mistral.ai
|
108 |
mistral_key = os.getenv('MISTRAL_KEY')
|
109 |
mistral_models = ['mistral-saba-latest','mistral-small-latest','pixtral-large-latest']
|
110 |
image_endpoint = os.getenv("IMAGE_ENDPOINT")
|
|
|
104 |
secret_api_endpoint = os.getenv('SECRET_API_ENDPOINT')
|
105 |
secret_api_endpoint_2 = os.getenv('SECRET_API_ENDPOINT_2')
|
106 |
secret_api_endpoint_3 = os.getenv('SECRET_API_ENDPOINT_3') # New endpoint for searchgpt
|
107 |
+
mistral_api = "https://api.mistral.ai"
|
108 |
mistral_key = os.getenv('MISTRAL_KEY')
|
109 |
mistral_models = ['mistral-saba-latest','mistral-small-latest','pixtral-large-latest']
|
110 |
image_endpoint = os.getenv("IMAGE_ENDPOINT")
|