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 python image w/ add `/model` w/ make response more geniue #16

Closed ClassicOldSong closed 1 year ago

ClassicOldSong commented 1 year ago

Allow changing bots with model from requests, add /model and /v1/model, add /chat/completions for some clients to work properly

juzeon commented 1 year ago

LGTM. Thank you for your contributions! Could you please update the docs as well?

ClassicOldSong commented 1 year ago

Updated

juzeon commented 1 year ago

Merged. Thank you again!