Spaces:
Running
Running
PhilSad
commited on
Commit
·
da4dff9
1
Parent(s):
c6f7173
sqve
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ async def proxy_mistral(request_data: Dict):
|
|
33 |
|
34 |
# Send the request to the Mistral API
|
35 |
async with httpx.AsyncClient() as client:
|
36 |
-
response = await client.post(url, headers=headers, json=request_data)
|
37 |
print("my response" , response)
|
38 |
|
39 |
# Check the response status
|
|
|
33 |
|
34 |
# Send the request to the Mistral API
|
35 |
async with httpx.AsyncClient() as client:
|
36 |
+
response = await client.post(url, headers=headers, json=request_data, timeout=None)
|
37 |
print("my response" , response)
|
38 |
|
39 |
# Check the response status
|