You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: