PhilSad commited on
Commit
3ec5b0e
·
1 Parent(s): 332e04a
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -25,9 +25,11 @@ async def proxy_mistral(request_data: Dict):
25
  "Authorization": f"Bearer {MISTRAL_API_TOKEN}",
26
  "Content-Type": "application/json"
27
  }
 
28
 
29
  # Construct the data payload
30
  print("attempting to sendc the request")
 
31
 
32
  try:
33
  # Send the request to the Mistral API
 
25
  "Authorization": f"Bearer {MISTRAL_API_TOKEN}",
26
  "Content-Type": "application/json"
27
  }
28
+
29
 
30
  # Construct the data payload
31
  print("attempting to sendc the request")
32
+ print(request_data)
33
 
34
  try:
35
  # Send the request to the Mistral API