K00B404 commited on
Commit
e9e5d40
·
verified ·
1 Parent(s): beb9d2d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,6 +16,6 @@ result = client.chat.completions.create(
16
  top_p=0.7,
17
  stream=True
18
  )
19
- text=result.choices[0].delta.content
20
  #for chunk in stream:
21
  #print(chunk.choices[0].delta.content)
 
16
  top_p=0.7,
17
  stream=True
18
  )
19
+ text=result#.choices[0].delta.content
20
  #for chunk in stream:
21
  #print(chunk.choices[0].delta.content)