bibibi12345 commited on
Commit
6c576ba
·
verified ·
1 Parent(s): b63c874

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -561,6 +561,8 @@ async def chat_completions(
561
  timeout=60.0
562
  )
563
  fetch_end_time = time.time()
 
 
564
 
565
  # Process response
566
  response_data = fetch_response.json()
 
561
  timeout=60.0
562
  )
563
  fetch_end_time = time.time()
564
+
565
+ print(fetch_response)
566
 
567
  # Process response
568
  response_data = fetch_response.json()