feat: 帮助弹框新增 Agent 预设说明,完善设置描述
This commit is contained in:
+13
@@ -289,6 +289,16 @@
|
||||
<li>开启 RAG 检索后,聊天时自动检索相关文档注入回答</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="help-section">
|
||||
<h4>🤖 Agent 预设</h4>
|
||||
<ul>
|
||||
<li>模型栏下方显示<strong>预设栏</strong>,点击胶囊按钮一键切换角色/工作模式</li>
|
||||
<li><strong>内置预设</strong> — 💬默认、🌐翻译官、🔍代码审查、✍️写作助手、📊数据分析师、🎓学习导师</li>
|
||||
<li>切换预设自动应用:系统提示词、温度、上下文长度、Think 开关</li>
|
||||
<li>点击 <strong>+</strong> 按钮可创建自定义预设(名称、图标、系统提示词等全部可配)</li>
|
||||
<li>右键自定义预设胶囊可编辑/删除</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="help-section">
|
||||
<h4>🕐 历史记录</h4>
|
||||
<ul>
|
||||
@@ -301,6 +311,9 @@
|
||||
<h4>⚙️ 设置</h4>
|
||||
<ul>
|
||||
<li><strong>服务地址</strong> — 修改 Ollama API 端点</li>
|
||||
<li><strong>系统提示词</strong> — 开启后定义 AI 的角色和行为</li>
|
||||
<li><strong>上下文长度</strong> — 调整 <code>num_ctx</code>,值越大记忆越长</li>
|
||||
<li><strong>温度</strong> — 调节回答随机性(0 精确稳定 ~ 2 最大创意)</li>
|
||||
<li><strong>释放显存</strong> — 卸载当前模型,释放 GPU 内存</li>
|
||||
<li><strong>跨域问题</strong> — 启动 Ollama 时设置 <code>OLLAMA_ORIGINS="*"</code></li>
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user