mirror of
https://github.com/xtekky/gpt4free.git
synced 2024-11-10 19:11:01 +00:00
~
This commit is contained in:
parent
d53fc931a3
commit
0faeb0b59c
@ -13,3 +13,4 @@ for token in chat_completion:
|
||||
content = token['choices'][0]['delta'].get('content')
|
||||
if content != None:
|
||||
print(content)
|
||||
|
Loading…
Reference in New Issue
Block a user