You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

54 lines
2.4 KiB
Markdown

---
title: LobeChat 自定义助手指南 - 添加和配置助手的最佳方法
description: 了解如何通过角色市场或新建自定义助手将助手添加到你的常用列表中。快捷设置技巧和常见的模型参数设置也包括在内。
tags:
- 自定义助手
- LobeChat
- 添加助手
- 配置助手
- 角色市场
- 快捷设置
- 模型参数设置
---
# 自定义助手指南
作为 LobeChat 的基础职能单位,助手的添加和迭代是非常重要的。现在你可以通过两种方式将助手添加到你的常用列表中
## `A` 通过角色市场添加
如果你是一个 Prompt 编写的新手,不妨先浏览一下 LobeChat 的助手市场。在这里,你可以找到其他人提交的常用助手,并且只需一键添加到你的列表中,非常方便。
<Image
alt={'通过角色市场添加'}
src={
'https://github-production-user-asset-6210df.s3.amazonaws.com/17870709/279588466-4c32041b-a8e6-4703-ba4a-f91b7800e359.png'
}
/>
## `B` 通过新建自定义助手
当你需要处理一些特定的任务时,你就需要考虑创建一个自定义助手来帮助你解决问题。可以通过以下方式添加并进行助手的详细配置
<Cards rows={2}>
<Image alt={'通过新建自定义助手 S1'} src={'https://github-production-user-asset-6210df.s3.amazonaws.com/17870709/279587283-a3ea8dfd-70fb-47ee-ab00-e3911ac6a939.png'} />
<Image alt={'通过新建自定义助手 S2'} src={'https://github-production-user-asset-6210df.s3.amazonaws.com/17870709/279587292-a3d102c6-f61e-4578-91f1-c0a4c97588e1.png'} />
</Cards>
<Callout type={'tip'}>**快捷设置技巧**: 可以通过侧边栏的快捷编辑按钮进行 Prompt 的便捷修改</Callout>
<Cards rows={2}>
<Image alt={'通过新建自定义助手 S3'} src={'https://github-production-user-asset-6210df.s3.amazonaws.com/17870709/279587294-388d1877-193e-4a50-9fe8-8fbcc3ccefa0.png'} />
<Image alt={'通过新建自定义助手 S4'} inStep src={'https://github-production-user-asset-6210df.s3.amazonaws.com/17870709/279587298-333da153-13b8-4557-a0a2-cff55e7bc1c0.png'} />
</Cards>
如果你希望理解 Prompt 编写技巧和常见的模型参数设置,可以继续查看:
<Cards>
<Card href={'/zh/docs/usage/agents/prompt'} title={'Prompt 使用指南'} />
<Card href={'/zh/docs/usage/agents/model'} title={'大语言模型使用指南'} />
</Cards>