We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae44b91 commit 60dfd56Copy full SHA for 60dfd56
1 file changed
docs/zh/providers/provider-lmstudio.md
@@ -26,13 +26,13 @@ API Base URL 填写 `http://localhost:1234/v1`
26
27
API Key 填写 `lm-studio`
28
29
-> 对于 Mac/Windows 使用 Docker Desktop 部署 AstrBot 部署的用户,API Base URL 请填写为 `http://host.docker.internal:1234/v1`。
30
-> 对于 Linux 使用 Docker 部署 AstrBot 部署的用户,API Base URL 请填写为 `http://172.17.0.1:1234/v1`,或者将 `172.17.0.1` 替换为你的公网 IP IP(确保宿主机系统放行了 1234 端口)。
+> 对于 Mac/Windows 使用 Docker Desktop 部署 AstrBot 的用户,API Base URL 请填写为 `http://host.docker.internal:1234/v1`。
+> 对于 Linux 使用 Docker 部署 AstrBot 的用户,API Base URL 请填写为 `http://172.17.0.1:1234/v1`,或者将 `172.17.0.1` 替换为你的公网 IP(确保宿主机系统放行了 1234 端口)。
31
32
如果 LM Studio 使用了 Docker 部署,请确保 1234 端口已经映射到宿主机。
33
34
模型名填写上一步选好的
35
36
保存配置即可。
37
38
-> 输入 /provider 查看 AstrBot 配置的模型
+> 输入 /provider 查看 AstrBot 配置的模型
0 commit comments