Skip to content

Commit

Permalink
Merge pull request BasedHardware#4 from BasedHardware/akshay-patch
Browse files Browse the repository at this point in the history
Add About ollama self hosting
  • Loading branch information
akshaynarisetti authored May 12, 2024
2 parents 13c588f + 374e2d9 commit 9df1f23
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 9df1f23

Please sign in to comment.