docs(connection-issue): add steps to resolve Ollama connection issues

- Add new steps to resolve Ollama connection issues when directly accessed from the browser extension
- Instruct users to set `OLLAMA_HOST=0.0.0.0` environment variable and restart Ollama
- Provide additional troubleshooting guidance for users still facing issues
This commit is contained in:
n4ze3m
2024-11-25 10:08:46 +05:30
parent 7e796e7c58
commit 2452259189
3 changed files with 46 additions and 1 deletions

View File

@@ -32,4 +32,11 @@ Since Ollama has connection issues when directly accessed from the browser exten
This will resolve the connection issue, and you will be able to use Ollama without any issues on Page Assist ❤
7. If you are still facing issues, you can try the following steps:
- Add `OLLAMA_HOST=0.0.0.0` to the environment variables of Ollama.
- Restart Ollama.
- Try again.
If you still face any issues, feel free to contact us [here](https://github.com/n4ze3m/page-assist/issues/new), and we will be happy to help you out.