Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
danemadsen committed Jul 9, 2024
1 parent ff8ca72 commit 3c31acd
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,28 @@
1. On the main page ensure the OpenAI option is selected in the API dropdown.
2. Press the menu button on the top right and select `Model Settings` option.
3. Paste your API Key into the `API Key` text field.
4. Navigate back to the main page and initiate a conversation.
4. Navigate back to the main page and initiate a conversation.

## Ollama

To use the ollama API it is assumed that you have an ollama server setup on your network.
For help setting ollama up as a server on your local network read the documentation [here](https://github.com/ollama/ollama/blob/main/docs/faq.md)

1. On the main page ensure the Ollama option is selected in the API dropdown.
2. Press the menu button on the top right and select `Model Settings` option.
3. Press the `reset URL` button to locate the ollama server on your network.
4. Navigate back to the main page and initiate a conversation.

## MistralAI

1. On the main page ensure the MistralAI option is selected in the API dropdown.
2. Press the menu button on the top right and select `Model Settings` option.
3. Paste your API Key into the `API Key` text field.
4. Navigate back to the main page and initiate a conversation.

## Gemini

1. On the main page ensure the Gemini option is selected in the API dropdown.
2. Press the menu button on the top right and select `Model Settings` option.
3. Paste your API Key into the `API Key` text field.
4. Navigate back to the main page and initiate a conversation.

0 comments on commit 3c31acd

Please sign in to comment.