Update README.md

This commit is contained in:
Nik Shevchenko 2024-06-13 19:38:40 -07:00 committed by GitHub
parent 42df655706
commit d7f47a48a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 2 deletions

View File

@ -63,9 +63,11 @@ Follow these steps to set up OpenGlass:
3. Add API keys for Groq and OpenAI in the `keys.ts` file located at [https://github.com/BasedHardware/OpenGlass/blob/main/sources/keys.ts](https://github.com/BasedHardware/OpenGlass/blob/main/sources/keys.ts).
4. For Ollama, self-host the REST API from the repository at [https://github.com/ollama/ollama](https://github.com/ollama/ollama) and add the URL to the `keys.ts` file.
4. For Ollama, self-host the REST API from the repository at [https://github.com/ollama/ollama](https://github.com/ollama/ollama) and add the URL to the `keys.ts` file. The URL should be http://localhost:11434/api/chat
5. go to terminal and type "ollama pull moondream:1.8b-v2-fp16"
5. Start the application:
6. Start the application:
```
npm start
```