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