Something's Amiss
When you start a chat with a model and encounter with a Something's Amiss error, here's how to resolve it:
- Ensure your OS is up to date.
- Choose a model smaller than 80% of your hardware's V/RAM. For example, on an 8GB machine, opt for models smaller than 6GB.
- Install the latest Nightly release or clear the application cache when reinstalling Jan.
- Confirm your V/RAM accessibility, particularly if using virtual RAM.
- Nvidia GPU users should download CUDA.
- Linux users, ensure your system meets the requirements of gcc 11, g++ 11, cpp 11, or higher. Refer to this link for details.
- You might use the wrong port when you check the app logs and encounter the Bind address failed at 127.0.0.1:3928 error. To check the port status, try use the
netstat
command, like the following:
- MacOS
- Windows
- Linux
netstat -an | grep 3928
netstat -ano | find "3928"
tasklist /fi "PID eq 3928"
netstat -anpe | grep "3928"
note
Netstat
displays the contents of various network-related data structures for active connections
tip
Jan uses the following ports:
- Nitro:
3928
- Jan API Server:
1337
- Jan Documentation:
3001