Redmind commited on
Commit
e0721fb
·
verified ·
1 Parent(s): a3682f0

Update chat.py

Browse files
Files changed (1) hide show
  1. chat.py +1 -1
chat.py CHANGED
@@ -331,7 +331,7 @@ def unstructured_text_to_df(text):
331
  ],
332
  temperature=0
333
  )
334
-
335
  # Extract the response content
336
  response_content = response.choices[0].message.content.strip()
337
 
 
331
  ],
332
  temperature=0
333
  )
334
+ print(f"response: {response}")
335
  # Extract the response content
336
  response_content = response.choices[0].message.content.strip()
337