Integrating more features using GraphQL
vaibhavk97 opened this issue · 1 comments
vaibhavk97 commented
The current version only works for basic actions required to chat with an LLM. However, there is additional possible functionality. GraphQL for Poe can be found here: https://github.com/ericlewis/poe-graphql/tree/main Can we possibly refactor the current code to better leverage the graphql based semantics?
ading2210 commented
I've started work on a GraphQL-based Poe API wrapper here: https://github.com/ading2210/poe-api/
Currently there aren't a whole lot of features, but there's already support for streaming requests using websockets, and I've made it into a PyPi package.