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

KeyError: 'proxy' #36

Closed caigou666 closed 1 year ago

caigou666 commented 1 year ago

python3 external/api.py Traceback (most recent call last): File "/root/poe-openai-proxy/external/api.py", line 31, in proxy = config["proxy"] KeyError: 'proxy' 是什么原因