mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-12-24 13:07:53 +08:00
~
This commit is contained in:
@@ -13,3 +13,4 @@ for token in chat_completion:
|
||||
content = token['choices'][0]['delta'].get('content')
|
||||
if content != None:
|
||||
print(content)
|
||||
|
||||
Reference in New Issue
Block a user