diff --git a/README.md b/README.md index 722494b..9eee98e 100644 --- a/README.md +++ b/README.md @@ -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 ```