From 7d7cc12f83d140367b2da4842cd276fb2081ed09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Erik=20Sylt=C3=B8y?= Date: Sat, 1 Feb 2025 17:24:34 +0100 Subject: [PATCH] Update deepseekr1-dynamic.md --- docs/tutorials/integrations/deepseekr1-dynamic.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/integrations/deepseekr1-dynamic.md b/docs/tutorials/integrations/deepseekr1-dynamic.md index a0fb7f8..cf52de7 100644 --- a/docs/tutorials/integrations/deepseekr1-dynamic.md +++ b/docs/tutorials/integrations/deepseekr1-dynamic.md @@ -129,7 +129,7 @@ Be sure to **keep this terminal session running**, as it serves the model for al 1. Go to **Admin Settings** in Open WebUI. 2. Navigate to **Connections > OpenAI Connections.** 3. Add the following details for the new connection: - - URL: `http://127.0.0.1:10000/v1` + - URL: `http://127.0.0.1:10000/v1` (or `http://host.docker.internal:10000/v1` when running Open WebUI in docker) - API Key: `none` :::info