Archived
1
0
Fork 0
This commit is contained in:
多羅狼 2024-01-27 14:21:38 +08:00 committed by GitHub
parent 9a547b7665
commit a9f3af6cf7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -112,7 +112,7 @@ if Config('openai_api_key'):
res = await check(res)
for m in res:
output = m['content']
res = m['content']
blocks = parse_markdown(res)
chain = []