mirror of
https://github.com/xtekky/gpt4free.git
synced 2024-12-22 10:31:36 +03: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