mirror of
https://github.com/xtekky/gpt4free.git
synced 2024-12-25 04:01:52 +03:00
commit
d707d2e352
@ -63,7 +63,7 @@ class GptGo(AsyncGeneratorProvider):
|
||||
if line["choices"][0]["finish_reason"] == "stop":
|
||||
break
|
||||
|
||||
content = line["choices"][0]["delta"].get("content"):
|
||||
content = line["choices"][0]["delta"].get("content")
|
||||
if content:
|
||||
yield content
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user