joshcho / ChatGPT.el

ChatGPT in Emacs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

implement sync version.

Awannaphasch2016 opened this issue · comments

I get the following error when I try to run (chatgpt-query "somet-command")

apply: Wrong type argument: stringp, (error "\"Error('It looks like you are using Playwright Sync API inside the asyncio loop.\\\\nPlease use the Async API instead.')\"")

this commit is added as comment in chatgpt.py.

llm-workflow-engine/llm-workflow-engine@bc13f3d#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5R21

it mentions removal of all async functions.

not sure how it is related.

Unlikely to be an issue after c38c915? Do reopen if the issue persists