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

Support Claude, Llama2 and other LLMs #5

Open
Onurbon opened this issue Oct 24, 2023 · 0 comments
Open

Support Claude, Llama2 and other LLMs #5

Onurbon opened this issue Oct 24, 2023 · 0 comments

Comments

@Onurbon
Copy link
Contributor

Onurbon commented Oct 24, 2023

The current implementation relies on OpenAI's APIs but we would want users to be able to use any LLMs.

We can leverage LangChain for this, but we'll also need to provide users with appropriate options to configure not only the models and the prompts, but also the parser that they want to use to process the LLM's output. This will be particularly important when dealing with models such as Llama2 since they cannot return well-formatted JSON outputs.

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