Skip to content

Instantly share code, notes, and snippets.

@psychemedia
Last active December 21, 2023 17:30
Show Gist options
  • Save psychemedia/51f45fbfe160f78605bdd0c1b404e499 to your computer and use it in GitHub Desktop.
Save psychemedia/51f45fbfe160f78605bdd0c1b404e499 to your computer and use it in GitHub Desktop.
Example of running GPT4all local LLM via langchain in a Jupyter notebook (Python)
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mtthw-meyer
Copy link

This would be much easier to follow with the working code in one place instead of only scattered fragments.

@stellarkllc
Copy link

Is it possible to use GPT4All as llm with sql_agent or pandas_agent instead of OpenAI?

@zeke-john
Copy link

I've installed all the packages and still get this: zsh: command not found: pyllamacpp-convert-gpt4all

@lingjiekong
Copy link

I've installed all the packages and still get this: zsh: command not found: pyllamacpp-convert-gpt4all

Try a older version pyllamacpp pip install pyllamacpp==1.0.7.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment