Skip to content

Commit

Permalink
Add About ollama self hosting
Browse files Browse the repository at this point in the history
  • Loading branch information
akshaynarisetti committed May 12, 2024
1 parent e19bb55 commit 374e2d9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 374e2d9

Please sign in to comment.