Merge pull request #4 from BasedHardware/akshay-patch

Add About ollama self hosting
This commit is contained in:
Akshay Narisetti 2024-05-13 04:35:07 +05:30 committed by GitHub
commit 9df1f23677
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 2 deletions

View File

@ -54,9 +54,11 @@ Follow these steps to set up OpenGlass:
npm install
```
2. Add API keys for Grok, Ollama, and OpenAI in the `keys.ts` file located at https://github.com/BasedHardware/OpenGlass/blob/main/sources/keys.ts.
2. Add API keys for Grok and OpenAI in the `keys.ts` file located at https://github.com/BasedHardware/OpenGlass/blob/main/sources/keys.ts.
3. Start the application:
3. For Ollama, self-host the REST API from the repository at https://github.com/ollama/ollama and add the URL to the `keys.ts` file.
4. Start the application:
```
npm start
```