Merge pull request #1250 from kacperkwapisz/patch-1

stream check workaround & fix
pull/1259/head^2
H Lohaus 11 months ago committed by GitHub
commit 2e46f1c074
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -78,7 +78,7 @@ class Api:
item_data['messages'] = ast.literal_eval(item_data.get('messages'))
model = item_data.get('model')
stream = item_data.get('stream')
stream = True if item_data.get("stream") == "True" else False
messages = item_data.get('messages')
try:

Loading…
Cancel
Save