pull/800/head
abc 9 months ago
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…
Cancel
Save