chansung commited on
Commit
f46ecbb
β€’
1 Parent(s): 067f48e

Update gen/gemini_chat.py

Browse files
Files changed (1) hide show
  1. gen/gemini_chat.py +0 -1
gen/gemini_chat.py CHANGED
@@ -124,7 +124,6 @@ async def gen_text(
124
  )
125
 
126
  async for resp in resps:
127
- print(resp.candidates[0].finish_reason.name)
128
  async for word in _word_generator(resp.text):
129
  yield word + " "
130
 
 
124
  )
125
 
126
  async for resp in resps:
 
127
  async for word in _word_generator(resp.text):
128
  yield word + " "
129