Skip to content

Releases: simonw/llm-gpt4all

0.4

20 Apr 00:32

Choose a tag to compare

  • Upgrade to latest gpt4all (2.5.1) which adds support for several new models including...
  • llm -m Meta-Llama-3-8B-Instruct "say hello with a lot of words" to run the new Llama 3 8B Instruct model! #29
  • Fixed FileNotFoundError when running for the first time - thanks, @b421. #27

0.3

24 Jan 03:17

Choose a tag to compare

0.3
  • Now provides access to model options such as -o max_tokens 3. Thanks, Mauve Signweaver. #3
  • Models now work without an internet connection. Thanks, Cameron Yick. #10
  • Documentation now includes the location of the model files. Thanks, Werner Robitza. #21

0.2

24 Oct 19:34

Choose a tag to compare

0.2
  • Upgrade for compatibility with the latest gpt4all. #16

The new version of gpt4all uses models in the gguf format. You may have existing ggml models - these will no longer be used by the plugin, so it's safe to delete those files from your ~/.cache/gpt4all directory.

0.1.1

25 Jul 21:28
0046e2b

Choose a tag to compare

  • Fixed issue preventing this tool from reliably working offline. Thanks, RangerMauve. #9

0.1

12 Jul 14:37

Choose a tag to compare

0.1
  • Initial plugin release.