Skip to content

Commit

Permalink
Update provider.md
Browse files Browse the repository at this point in the history
  • Loading branch information
the-lazy-me authored Jun 22, 2024
1 parent e8bcf43 commit de158b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/posts/config/provider.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ category:

`normal` 模式也支持读取`data/prompts`目录下的文件内容作为单个 System Prompt,文件名即为`prompt`的名称。

在使用中通过`!default <预设名>`指令将其设为默认
在使用中通过`!default set <预设名>`指令将其设为默认(将<预设名>整体替换)

### full-scenario模式配置方法

Expand All @@ -167,4 +167,4 @@ category:

`role` 为消息的角色,可以是`user`(用户)、`assistant`(AI)、`system`(系统)
`content` 为字符串,表示消息内容。
在使用中通过`!default <文件名>`指令将其设为默认
在使用中通过`!default set <文件名>`指令将其设为默认(将<预设名>整体替换)

0 comments on commit de158b7

Please sign in to comment.