is there any possible to support third party gpt api #190
Replies: 3 comments
-
Yes it is, provided there is a library that reverse engineers access. Fortunately there is! This is my big to-do after messing with plugins a bit more. I will focus on Bard first, and then see about poe.
Can you expand on this point, I'm not sure what you mean |
Beta Was this translation helpful? Give feedback.
-
The fake OpenAI API handles messages in the same format as the official API does, but is based on a third-party (POE) service.Or to put it another way, just like reverse proxy. |
Beta Was this translation helpful? Give feedback.
-
it's not necessary for this project. It is helpful, but that would be pretty involved and beyond the scope of this project. There are some useful repos that do this for LLMs and I will look into integrating them. For POE or any LLM available through API, I can utilize any service and make a client class that will work. |
Beta Was this translation helpful? Give feedback.
-
is there any possible to support third party gpt api, such as poe.com.
and is it nessesary to make a fake openai api to integrity?
Beta Was this translation helpful? Give feedback.
All reactions