From ff8ca72109747b4942e359dd117ec07724efe682 Mon Sep 17 00:00:00 2001 From: danemadsen Date: Tue, 9 Jul 2024 10:52:20 +1000 Subject: [PATCH] OpenAI docs --- docs/README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index d7f01227..b22bb765 100644 --- a/docs/README.md +++ b/docs/README.md @@ -54,4 +54,11 @@ 3. Press the `Load Model` button to load a `GGUF` model from local storage. * 4. Navigate back to the main page and initiate a conversation. -\* Alternatively you can press the `Huggingface` button to the left of the `Load Model` button to download a model directly from the internet. \ No newline at end of file +\* Alternatively you can press the `Huggingface` button to the left of the `Load Model` button to download a model directly from the internet. + +## OpenAI + +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. \ No newline at end of file