gpt4all icon indicating copy to clipboard operation
gpt4all copied to clipboard

GPT4All: Run Local LLMs on Any Device. Open-source and available for commercial use.

Results 1079 gpt4all issues
Sort by recently updated
recently updated
newest added
trafficstars

### Bug Report The application crashes with a std::bad_function_call exception when attempting to load an existing chat. The console also logs several warnings related to tracking invalid responses, which occur...

chat
bug-unconfirmed

### Feature Request Broken models keep repeating themselves. having a stop sequence parameter to configure and/or repetition penalty. if this feature already exists pls tell me how to use it...

enhancement

### Bug Report A friend of mine can't install GPT4ALl in Windows with her user because she has an exclamation mark in her username ![image](https://github.com/user-attachments/assets/0b8de9d9-ebb0-4ba6-823b-f4b15c1b63ef) ### Steps to Reproduce 1....

chat
installer
bug-unconfirmed

### Description When a model is already cached, it would be better if the python interface continued to operate even when temporarily offline. Currently when ```model.generate(...)``` is used, a request...

enhancement

### Bug Report I want to use the new model _Phi-3.5-mini-instruct_ and downloaded the file `Phi-3.5-mini-instruct-Q5_K_M.gguf` from https://huggingface.co/bartowski/Phi-3.5-mini-instruct-GGUF There is the following prompt format stated: > {system_prompt} {prompt} Therefore I...

models

### Bug Report When I open GPT4ALL, the interface seems blurry, I've tried tweaking the high DPI settings in windows, specifically the option "Override high dpi scaling behavior.", trying each...

bug-unconfirmed

### Documentation Hello, it would be great to add to the documentation example of http request to GPT4ALL local server api. I’m trying to create web page with chat for...

documentation

### Bug Report Crashes on AMD driver during startup Faulting application name: chat.exe, version: 0.0.0.0, time stamp: 0x66bbb6e4 Faulting module name: amdxc64.dll, version: 31.0.21912.14, time stamp: 0x65cf0826 Exception code: 0xc0000005...

chat
bug-unconfirmed

## Describe your changes - I was trying to use gpt4all with continue.dev but continue.dev expects SSE responses. - Added changes to return SSE response. - Tested with the publically...

## Describe your changes Add support for Q8_0 quantization type. ## Issue ticket number and link ## Checklist before requesting a review - [x] I have performed a self-review of...