Namitg02 commited on
Commit
c67e680
·
verified ·
1 Parent(s): 0e53536

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -125,7 +125,7 @@ def talk(prompt, history):
125
  print(stream['choices'][0]['message']['content'])
126
  response = stream['choices'][0]['message']['content']
127
  for i in range(len(response)):
128
- time.sleep(0.3)
129
  yield response[: i+1]
130
 
131
  # return(stream['choices'][0]['message']['content'])
 
125
  print(stream['choices'][0]['message']['content'])
126
  response = stream['choices'][0]['message']['content']
127
  for i in range(len(response)):
128
+ time.sleep(0.05)
129
  yield response[: i+1]
130
 
131
  # return(stream['choices'][0]['message']['content'])