mgbam commited on
Commit
b9e5a14
·
verified ·
1 Parent(s): 99a49be

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +1 -2
utils.py CHANGED
@@ -41,5 +41,4 @@ def chat_with_gpt(system_prompt: str, user_message: str) -> str:
41
  temperature=0.7,
42
  stream=False
43
  )
44
- return response.choices[0].message.content
45
-
 
41
  temperature=0.7,
42
  stream=False
43
  )
44
+ return response.choices[0].message.content