juzeon / poe-openai-proxy

A wrapper that lets you use the reverse-engineered Python library poe-api library as if it was the OpenAI API for ChatGPT. You can connect your favorite OpenAI API based apps to this proxy and enjoy the ChatGPT API for free!
GNU General Public License v3.0
424 stars 98 forks source link

fix: handle panic when failing to get poe client #43

Closed lRoccoon closed 1 year ago

lRoccoon commented 1 year ago

当获取poe client失败时,会触发panic

juzeon commented 1 year ago

Thank you for your contribution!