diff --git a/docs/en/guide/loomy/models.md b/docs/en/guide/loomy/models.md index 053c5fa..a202f18 100644 --- a/docs/en/guide/loomy/models.md +++ b/docs/en/guide/loomy/models.md @@ -1,22 +1,66 @@ # Models and Chat -## Model Configuration -Loomy supports a variety of large model services. You can use the default provided models, or you can add custom AI providers. All configuration information is saved locally, and none of your key data will be uploaded. +## Models +Loomy supports a variety of large model services. You can use the default provided models or add custom AI providers. All configuration information is saved locally, and we will not obtain or upload any of your key data. -**Access Model Settings** -Click "Settings" on the left menu bar of the application, and then select the "Model" option to enter the model configuration page. +## Access Model Settings +Click "Settings" in the left menu bar of the application, and then select the "Models" option to enter the model configuration page. ![Access Model Settings](/loomy/models/model-setting.png) -**Default Model Configuration** -Loomy provides the following large model services by default, out of the box: +## Default Model Configuration +Loomy provides the following large model services by default, ready to use out of the box: * MiniMax - MiniMax-M2.5 * Doubao - doubao-seed-2.0-pro * DeepSeek - DeepSeek-v3.2 * Qwen - qwen3.5-plus -**Add Custom Provider** -In "Settings -> Model", click "+ Add Custom Provider", fill in the API Key, API Address, Model Name, and other information. +These default providers are pre-configured, and you can choose to use them directly. + +## Switch Models +In the "Default Model Configuration" area, you can see the currently used model. Click the dropdown selector on the right to switch to other available models. + +After the selection is complete, click the "Save" button, and then return to the homepage to use the newly selected model for conversations and task execution. + +## Add Custom Providers +If you want to use other AI service providers or use your own deployed model services, you can add custom providers: + +1. In the "AI Providers" area, click the "+ Add Custom Provider" button in the upper right corner +2. Fill in the relevant configuration information of the provider: + * API Key + * API Address + * Model Name + * Other necessary parameters +3. Click "Configure" or "Save" to complete the addition + +After the addition is successful, the custom provider will appear in the provider list, and you can switch to use it in the model selector. + +## Configure Existing Providers +For providers whose status is shown as "Disabled" in the list (such as OpenAI, Google Gemini, iFLYTEK Spark, Kimi, etc.), you need to configure them first before you can use them: + +1. Click the "Configure" button on the right side of the corresponding provider card +2. Fill in the API Key and other configuration information required by the provider +3. After saving the configuration, the provider's status will change to "Enabled" +4. Then you can select the provider's model in the model selector + +## Data Security Instructions +**Local Storage**: All API Keys, configuration information, and model settings are saved on your local device. Loomy will not upload or obtain this sensitive information. You can configure and use various AI services with confidence. + +## FAQ +### How to get an API Key? +Different AI service providers have different ways to get an API Key. Generally, you need to: +1. Visit the official website of the corresponding service provider +2. Register an account and complete real-name authentication +3. Create an API Key in the console or developer center +4. Copy the API Key and paste it into Loomy's configuration page + +### Do I need to restart the app after switching models? +No. After switching models and saving, return to the homepage to use the new model immediately without restarting the application. + +### Can I configure multiple providers at the same time? +Yes. You can configure multiple AI providers and switch between different models at any time when needed. + +--- ## Chat Function The chat function is your core interface for interacting with AI. Through natural language conversations, Loomy can help you accomplish various tasks, from simple Q&A to complex multi-step workflows. diff --git a/docs/en/guide/loomy/remote-control.md b/docs/en/guide/loomy/remote-control.md index 183097f..844fae0 100644 --- a/docs/en/guide/loomy/remote-control.md +++ b/docs/en/guide/loomy/remote-control.md @@ -133,10 +133,21 @@ The WeChat bot can serve as one of the message entries for Loomy's remote contro ### Basic Configuration Process 1. **Enter remote control settings**: Open the Loomy client, click "Settings" in the left menu, and find the "Remote Control" functional area. 2. **Select WeChat Bot**: In the remote control page, find and click the "WeChat Bot" option. + +![Select WeChat Bot](/loomy/wechat/wechat-1.png) + 3. **Scan QR code to bind device**: After clicking the WeChat bot, a QR code will pop up. Use your mobile WeChat to scan the QR code to complete the device binding. + +![Scan QR code to bind device](/loomy/wechat/wechat-2.png) + 4. **Confirm connection status**: After the binding is complete, the WeChat bot in the remote control page should show the "Connected" status, indicating successful configuration. + +![Confirm connection status](/loomy/wechat/wechat-3.png) + 5. **Start using**: In your mobile WeChat, find the bound Loomy bot chat window to start sending commands and receiving execution results. +![Start using](/loomy/wechat/wechat-4.png) + > **Precautions:** > * **WeChat Version Requirement**: Please ensure that WeChat has been updated to version 8.0.70 or above; otherwise, the bot function may not work properly. > * **Background Running Requirement**: Real task execution still relies on Loomy running locally. Please ensure that Loomy remains available in the background. diff --git a/docs/guide/loomy/models.md b/docs/guide/loomy/models.md index 4932207..556e8fe 100644 --- a/docs/guide/loomy/models.md +++ b/docs/guide/loomy/models.md @@ -1,22 +1,66 @@ # 模型与聊天 -## 模型配置 -Loomy 支持多种大模型服务,你可以使用默认提供的模型,也可以添加自定义的 AI 提供商。所有配置信息都保存在本地,不会上传你的任何密钥数据。 +## 模型 +Loomy 支持多种大模型服务,你可以使用默认提供的模型,也可以添加自定义的 AI 提供商。所有配置信息都保存在本地,我们不会获取或上传你的任何密钥数据。 -**访问模型设置** +## 访问模型设置 点击应用左侧菜单栏的「设置」,然后选择「模型」选项,即可进入模型配置页面。 ![访问模型设置](/loomy/models/model-setting.png) -**默认模型配置** +## 默认模型配置 Loomy 默认提供以下大模型服务,开箱即用: * MiniMax - MiniMax-M2.5 * 豆包(Doubao) - doubao-seed-2.0-pro * DeepSeek - DeepSeek-v3.2 * 通义千问(Qwen) - qwen3.5-plus -**添加自定义提供商** -在「设置 -> 模型」中,点击「+ 添加自定义提供商」,填写 API Key、API 地址、模型名称等信息即可。 +这些默认提供商已经预配置好,你可以直接选择使用。 + +## 切换模型 +在「默认模型配置」区域,你可以看到当前使用的模型。点击右侧的下拉选择器,可以切换到其他可用的模型。 + +选择完成后,点击「保存」按钮,然后返回首页即可使用新选择的模型进行对话和任务执行。 + +## 添加自定义提供商 +如果你想使用其他 AI 服务商,或者使用自己部署的模型服务,可以添加自定义提供商: + +1. 在「AI 提供商」区域,点击右上角的「+ 添加自定义提供商」按钮 +2. 填写提供商的相关配置信息: + * API Key(密钥) + * API 地址 + * 模型名称 + * 其他必要参数 +3. 点击「配置」或「保存」完成添加 + +添加成功后,自定义提供商会出现在提供商列表中,你可以在模型选择器中切换使用。 + +## 配置现有提供商 +对于列表中显示「未启用」状态的提供商(如 OpenAI、Google Gemini、讯飞星火、Kimi 等),你需要先进行配置才能使用: + +1. 点击对应提供商卡片右侧的「配置」按钮 +2. 填写该提供商所需的 API Key 和其他配置信息 +3. 保存配置后,该提供商状态会变为「已启用」 +4. 之后就可以在模型选择器中选择该提供商的模型 + +## 数据安全说明 +**本地存储**:所有的 API Key、配置信息和模型设置都保存在你的本地设备上,Loomy 不会上传或获取这些敏感信息。你可以放心配置和使用各种 AI 服务。 + +## 常见问题 +### 如何获取 API Key? +不同的 AI 服务商获取 API Key 的方式不同,通常需要: +1. 访问对应服务商的官网 +2. 注册账号并完成实名认证 +3. 在控制台或开发者中心创建 API Key +4. 复制 API Key 并粘贴到 Loomy 的配置页面 + +### 切换模型后需要重启应用吗? +不需要。切换模型并保存后,返回首页即可立即使用新模型,无需重启应用。 + +### 可以同时配置多个提供商吗? +可以。你可以配置多个 AI 提供商,并在需要时随时切换使用不同的模型。 + +--- ## 聊天功能 聊天功能是你与 AI 交互的核心界面。通过自然语言对话,Loomy 可以帮你完成各种任务,从简单的问答到复杂的多步骤工作流程。 diff --git a/docs/guide/loomy/remote-control.md b/docs/guide/loomy/remote-control.md index 76040fa..8328e24 100644 --- a/docs/guide/loomy/remote-control.md +++ b/docs/guide/loomy/remote-control.md @@ -133,10 +133,21 @@ ### 基本配置流程 1. **进入远程控制设置**:打开 Loomy 客户端,点击左侧菜单中的「设置」,找到「远程控制」功能区域。 2. **选择微信机器人**:在远程控制页面中,找到并点击「微信机器人」选项。 + +![选择微信机器人](/loomy/wechat/wechat-1.png) + 3. **扫码绑定设备**:点击微信机器人后,会弹出二维码。使用手机微信扫描二维码,完成设备绑定。 + +![扫码绑定设备](/loomy/wechat/wechat-2.png) + 4. **确认连接状态**:绑定完成后,远程控制页面中的微信机器人应显示「已连接」状态,表示配置成功。 + +![确认连接状态](/loomy/wechat/wechat-3.png) + 5. **开始使用**:在手机微信中,找到绑定的 Loomy 机器人对话窗口,即可开始发送指令并接收执行结果。 +![开始使用](/loomy/wechat/wechat-4.png) + > **注意事项:** > * **微信版本要求**:请确保微信已更新到 8.0.70 及以上版本,否则可能无法正常使用机器人功能。 > * **后台运行要求**:真正的任务执行仍依赖 Loomy 本地运行,请确保 Loomy 保持后台可用状态。 diff --git a/docs/public/loomy/wechat/wechat-1.png b/docs/public/loomy/wechat/wechat-1.png new file mode 100644 index 0000000..f8e6470 Binary files /dev/null and b/docs/public/loomy/wechat/wechat-1.png differ diff --git a/docs/public/loomy/wechat/wechat-2.png b/docs/public/loomy/wechat/wechat-2.png new file mode 100644 index 0000000..32c6fa8 Binary files /dev/null and b/docs/public/loomy/wechat/wechat-2.png differ diff --git a/docs/public/loomy/wechat/wechat-3.png b/docs/public/loomy/wechat/wechat-3.png new file mode 100644 index 0000000..28302bc Binary files /dev/null and b/docs/public/loomy/wechat/wechat-3.png differ diff --git a/docs/public/loomy/wechat/wechat-4.png b/docs/public/loomy/wechat/wechat-4.png new file mode 100644 index 0000000..336825f Binary files /dev/null and b/docs/public/loomy/wechat/wechat-4.png differ