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

clear context? #13

Closed arjanflac closed 1 year ago

arjanflac commented 1 year ago

Is it possible to clear context on poe by pressing "new chat" on tools like typingmind.com? I got this to use gpt-4 & claude+ but can't clear context when using typingmind

juzeon commented 1 year ago

You can use it in the same way as the official OpenAI API.

We handle the conversations ourselves, which means we always clear the context on poe and send all the previous messages every time.