Skip to content

Commit

Permalink
Merge pull request #379 from jeriks31/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
tjbck authored Feb 1, 2025
2 parents 5829859 + b42ccfc commit dd28b2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/integrations/deepseekr1-dynamic.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dd28b2b

Please sign in to comment.