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

Update app.py

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