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

Feature: Support more models #3

Open
vietanhdev opened this issue Jun 4, 2023 · 0 comments
Open

Feature: Support more models #3

vietanhdev opened this issue Jun 4, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@vietanhdev
Copy link
Member

  1. Find out which LLM models LangChain supports, and add them to PautoBot. LangChain is the library used to run LLM and search docs. Recommended names: Vicuna, GPT4All, Falcon, MPT...
  2. Write code for it to download the model. You need to find a place to save models (eg, hugging faces) and write code to download and load models. Check the file's hash after the download is complete. Pay attention to the stability of the download, monitor % downloaded, and save multiple download links to change automatically.
  3. Write code to manage the models downloaded, and loaded into the bot.
  4. Write APIs for users to call to download files, monitor the download process, ...
@vietanhdev vietanhdev added the enhancement New feature or request label Jun 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants