ParthSadaria commited on
Commit
7d8010a
·
verified ·
1 Parent(s): 77c7c0c

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
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/v1"
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")