File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -65,6 +65,16 @@ ChatLuna 需要 `database` 服务,用于存储会话信息等持久化数据
6565
6666你可以同时安装多个平台的模型适配器,后续再根据需要切换其他模型。
6767
68+ ### 配置模型适配器
69+
70+ 参考 [ 模型平台] ( ./configure-model-platform/introduction.md ) ,选择你需要配置的模型平台类型。
71+
72+ ::: warning 注意
73+ 如果你所在的地区无法访问某些模型 API 服务,则需要设置代理。请在 ` ChatLuna ` 主插件的设置里设置代理(请求设置 -> [ ` isProxy ` ] ( ./useful-configurations#isproxy ) ,请求设置 -> [ ` proxyAddress ` ] ( ./useful-configurations#proxyaddress ) )。
74+ :::
75+
76+ 你可以使用 ` chatluna.model.list ` 查看目前可用的模型。
77+
6878## 配置主插件
6979
7080::: tip 推荐先尝试伪装插件
@@ -82,16 +92,6 @@ ChatLuna 需要 `database` 服务,用于存储会话信息等持久化数据
8292- [ ` defaultChatMode ` ] ( ./useful-configurations.md#defaultchatmode ) :默认的聊天模式。支持聊天模式,Agent 模式,浏览模式。
8393- [ ` outputMode ` ] ( /guide/useful-configurations#回复选项 ) :回复的输出格式,支持语音、文本、Koishi 元素等。
8494
85- ### 配置模型适配器
86-
87- 参考 [ 模型平台] ( ./configure-model-platform/introduction.md ) ,选择你需要配置的模型平台类型。
88-
89- ::: warning 注意
90- 如果你所在的地区无法访问某些模型 API 服务,则需要设置代理。请在 ` ChatLuna ` 主插件的设置里设置代理(请求设置 -> [ ` isProxy ` ] ( ./useful-configurations#isproxy ) ,请求设置 -> [ ` proxyAddress ` ] ( ./useful-configurations#proxyaddress ) )。
91- :::
92-
93- 你可以使用 ` chatluna.model.list ` 查看目前可用的模型。
94-
9595### 配置默认值
9696
9797进入 ChatLuna 主插件配置页后,需要设置下面几个参数:
You can’t perform that action at this time.
0 commit comments