Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrating more features using GraphQL #2

Closed
vaibhavk97 opened this issue Feb 27, 2023 · 1 comment
Closed

Integrating more features using GraphQL #2

vaibhavk97 opened this issue Feb 27, 2023 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@vaibhavk97
Copy link
Owner

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?

@vaibhavk97 vaibhavk97 added the help wanted Extra attention is needed label Feb 27, 2023
@ading2210
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants