Skip to content

langchain backend #11

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

Open
seshubonam opened this issue Apr 28, 2023 · 1 comment
Open

langchain backend #11

seshubonam opened this issue Apr 28, 2023 · 1 comment

Comments

@seshubonam
Copy link

seshubonam commented Apr 28, 2023

  1. is it possible to connect this frontend to a langchain backend

various agents and chains can be created with langchain and this frontend looks perfect for a custom chatbot for xyz use case.

  1. can each branch be connected to a different backend. i have a few langchain implementations and would like to connect different api like babyagi api and a different branch for autogpt api.

  2. image upload options can be possible if we try to code ? or is it in the pipeline. could access image related langchain models with this.

@treo
Copy link
Contributor

treo commented Jun 16, 2023

Hi @seshubonam,
I apologize for the long silence.

In principle it is possible to have any backend you want, it just needs to support the OpenAI API as its interface.

In principle, you can switch backends whenever you want, so a single conversation can even run across multiple backends. But that is somewhat clunky at the moment, as you've got to go into settings and select the backend you currently want to use.

If you've got some specific ideas how things could work, especially for functionality that OpenAI doesn't support yet, I'm open to suggestions, as long as we keep the limitation in mind that technologic itself must run entirely in a browser.

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

2 participants