Docfile commited on
Commit
a835486
·
verified ·
1 Parent(s): 978d185

Update ff.py

Browse files
Files changed (1) hide show
  1. ff.py +1 -1
ff.py CHANGED
@@ -54,7 +54,7 @@ def rees(input_text):
54
  response = client.chat.completions.create(
55
  model="gpt-3.5-turbo",
56
  messages=[{"role": "user", "content":input_text}],)
57
- return response.choices[0].message.content)
58
 
59
 
60
  async def greet(tt):
 
54
  response = client.chat.completions.create(
55
  model="gpt-3.5-turbo",
56
  messages=[{"role": "user", "content":input_text}],)
57
+ return response.choices[0].message.content
58
 
59
 
60
  async def greet(tt):