Syntax error Fixed : GptGo.py

pull/1275/head
egcash 8 months ago committed by GitHub
parent d4c8f3e8d5
commit 4a6bcef394
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -63,7 +63,7 @@ class GptGo(AsyncGeneratorProvider):
if line["choices"][0]["finish_reason"] == "stop":
break
content = line["choices"][0]["delta"].get("content"):
content = line["choices"][0]["delta"].get("content")
if content:
yield content

Loading…
Cancel
Save