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
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...
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.
Write code to manage the models downloaded, and loaded into the bot.
Write APIs for users to call to download files, monitor the download process, ...
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: