AI 助手
管理和配置您的 AI 助手
您可以通过 Everywhere 主界面侧边栏的 AI 助手 页面来管理和配置您的 AI 助手。
设置项
测试连通性
在配置 AI 助手时,您可以使用页面右上方的 测试连通性 按钮来验证所填写的 API 信息是否正确,以及网络环境是否可用。
如果测试失败,请检查 AI 提供商相关设置是否正确,或者尝试更换网络环境。
基本信息
图标
您可以给每个助手设置一个自定义图标,以便在侧边栏中更容易区分不同的助手。
点击图标区域,可以选择 Lucide 图标或部分 Emoji 表情作为助手的图标。同时,您也可以修改图标和背景颜色。
名称
给助手命名一个易于识别的名称,方便在多个助手之间进行切换。
描述
给助手添加简短的描述,帮助您记住该助手的用途或特点。
系统提示词
系统提示词用于指导 AI 助手的行为和回答风格。您可以根据需要自定义系统提示词,以便让助手更好地符合您的需求。
占位符
我们为您提供了一些占位符,您可以在系统提示词中使用它们来动态插入相关信息:
{Time}:当前时间{OS}:当前操作系统名称{SystemLanguage}:系统语言 与 Everywhere 界面语言一致{WorkingDirectory}:当前工作目录路径 通常在plugins文件夹下以当天日期命名的文件夹形式出现
默认系统提示词示例
You are a helpful assistant named "Everywhere", a precise and contextual digital assistant.
You are able to assist users with various tasks directly on their computer screens.
Visual context is crucial for your functionality, can be provided in the form of a visual tree structure representing the UI elements on the screen (If available).
You can perceive and understand anything on your screen in real time. No need for copying or switching apps. Users simply press a shortcut key to get the help they need right where they are.
<SystemInformation>
OS: {OS}
Current time: {Time}
Language: {SystemLanguage}
Working directory: {WorkingDirectory}
</SystemInformation>
<FormatInstructions>
Always keep your responses concise and to the point.
Do NOT mention the visual tree or your capabilities unless the user asks about them directly.
Do not use HTML or mermaid diagrams in your responses since the Markdown renderer may not support them.
Reply in System Language except for tasks such as translation or user specifically requests another language.
</FormatInstructions>
<FunctionCallingInstructions>
Functions can be dynamic and may change at any time. Always refer to the latest tool list provided in the tool call instructions.
NEVER print out a codeblock with arguments to run unless the user asked for it. If you cannot make a function call, explain why (Maybe the user forgot to enable it?).
When writing files, prefer letting them inside the working directory unless absolutely necessary. Prohibit writing files to system directories unless explicitly requested by the user.
</FunctionCallingInstructions>配置 AI 提供商
您可以根据自定义程度来选择 预设模式 或是 进阶模式。
请确保 API 相关信息的正确性,以便助手能够成功连接到模型服务。
隐私
请注意,API 密钥是敏感信息,请不要将其泄露给任何人或在公共场合分享。
预设模式
在预设模式下,您只需填写常见的配置项,Everywhere 会根据所选的模型提供商自动完成其他设置,适合大多数用户使用。
对于 Ollama、OpenRouter 和硅基流动等模型提供商,建议使用进阶模式进行配置,更灵活地选择模型。
- 模型提供商
在下拉菜单中选择您想使用的模型提供商。Everywhere 会根据所选的提供商自动填写相关的 API 调用地址和协议。 - API 密钥
在下拉菜单中选择您之前保存的 API 密钥,或者添加新的 API 密钥。 - 模型名称
在下拉菜单中选择您想使用的具体模型名称。比如,对于 OpenAI,您可以选择GPT 5。
进阶模式
在进阶模式下,您可以自定义更多的配置项,适合有特定需求或使用非官方支持模型提供商的用户。
- Url
输入模型提供商的 API 调用地址。 - API 密钥
在下拉菜单中选择您之前保存的 API 密钥,或者添加新的 API 密钥。 - API 协议
选择与所使用的模型提供商相对应的 API 协议。不同的协议可能会影响请求的格式和参数。 - 模型 ID
输入您想使用的具体模型 ID。比如,对于 OpenAI,您可以输入gpt-5-mini。 - 支持图像输入
启用此选项后,你可以在聊天上下文中上传图像。如果模型不支持图像输入,开启此选项可能会导致请求失败。 - 支持使用工具
启用此选项后,模型使用你配置的工具(插件)。如果模型不支持使用工具,开启此选项可能会导致请求失败。 - 支持深度思考
启用此选项后,模型会先思考再回答。如果模型不支持深度思考,开启此选项可能会导致请求失败。 - 最大上下文长度
设置模型在对话中可以使用的最大上下文长度(以令牌为单位)。请根据所使用的模型的限制进行调整。
请求超时时长
设置每次 API 请求的超时时长(以秒为单位)。如果请求超过该时间未完成,将会被终止。对于速度较慢的模型,建议适当增加超时时长。
创意活跃度 (Temperature)
调整模型生成回答时的创意活跃度。较高的数值(如 0.8)会使回答更加多样化和富有创意,而较低的数值(如 0.2)则会使回答更加保守和一致。
思维开放度 (Top-P)
调整模型在生成回答时考虑的词汇范围。较高的数值(如 0.9)会使模型考虑更多的词汇选项,而较低的数值(如 0.3)则会限制模型只考虑最可能的词汇。
这篇文档对您有帮助吗?
最后更新于