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

Anthropic Query Model #5

Open
mikrl opened this issue Jul 31, 2023 · 0 comments
Open

Anthropic Query Model #5

mikrl opened this issue Jul 31, 2023 · 0 comments

Comments

@mikrl
Copy link
Owner

mikrl commented Jul 31, 2023

As you can see in llm/models/queries.py there is a query object for OpenAI.

I want to support more LLM providers, and it makes sense to start with Anthropic's chatbot.

https://docs.anthropic.com/claude/reference/getting-started-with-the-api

Definition of Done:

Not in scope

Refactoring the existing query object

This needs to be done eventually, but I want both OpenAIChatQuery and the Anthropic model to exist before that happens. Maybe even one more model for another service.
Don't worry about code repetition for now since this is an exploration before refactoring to see commonalities, gotchas etc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant