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!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KeyError: 'proxy'

caigou666 opened this issue · comments

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'
是什么原因