This commit is contained in:
abc 2023-08-14 01:04:42 +02:00
parent d53fc931a3
commit 0faeb0b59c
10 changed files with 11 additions and 10 deletions

View File

@ -13,3 +13,4 @@ for token in chat_completion:
content = token['choices'][0]['delta'].get('content')
if content != None:
print(content)