diff --git a/README.md b/README.md index 8c24a79..9d24b9c 100644 --- a/README.md +++ b/README.md @@ -31,21 +31,21 @@ Open the GESIS Open WebUI page: [https://ai-openwebui.gesis.org](https://ai-openwebui.gesis.org) -The screenshots below are illustrative. The exact wording may differ slightly depending on the Open WebUI version. - 1. Sign in to Open WebUI. -2. Open your profile menu. -3. Go to **Settings**. -4. Open **Account**. +2. Click your profile icon in the top-right corner. ![Open WebUI profile and account settings](docs/images/openwebui-api-key-step-1.png) -5. Find **API Keys**. -6. Choose **Generate New API Key**. -7. Copy the generated key immediately. +3. Choose **Settings**. ![Open WebUI API key generation](docs/images/openwebui-api-key-step-2.png) +4. Open **Account**. +5. Find **API keys** and click **Show**. +6. Create or copy your personal API key. + +![Open WebUI account API keys setting](docs/images/openwebui-api-key-step-3.png) + If you cannot see API keys, contact the GESIS AI Server / Open WebUI administrators. ## Install OpenCode diff --git a/docs/images/openwebui-api-key-step-1.png b/docs/images/openwebui-api-key-step-1.png index d7ff82e..6dba296 100644 Binary files a/docs/images/openwebui-api-key-step-1.png and b/docs/images/openwebui-api-key-step-1.png differ diff --git a/docs/images/openwebui-api-key-step-2.png b/docs/images/openwebui-api-key-step-2.png index ae8162e..013c4bf 100644 Binary files a/docs/images/openwebui-api-key-step-2.png and b/docs/images/openwebui-api-key-step-2.png differ diff --git a/docs/images/openwebui-api-key-step-3.png b/docs/images/openwebui-api-key-step-3.png new file mode 100644 index 0000000..c3b2dc5 Binary files /dev/null and b/docs/images/openwebui-api-key-step-3.png differ