You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/guide/loomy/models.md
+41-10Lines changed: 41 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,16 +19,47 @@ Loomy provides the following large model services by default, out of the box:
19
19
In "Settings -> Model", click "+ Add Custom Provider", fill in the API Key, API Address, Model Name, and other information.
20
20
21
21
## Chat Function
22
-
The chat function is the core interface for your interaction with AI. Through natural language conversation, Loomy can help you complete various tasks.
22
+
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.
23
23
24
-
### 1. Using Skills
25
-
***Method 1: Shortcut Command "/"**: Enter `/` in the input box, and a skill selection menu will automatically pop up.
26
-
***Method 2: AI Autonomous Recognition**: Directly describe your needs, and Loomy will automatically identify and call the corresponding skills (for example: "Help me organize the download folder").
24
+
### 1. Start a Conversation
25
+
Enter your question or requirement in the input box on the Loomy main interface, and press Enter or click the send button to start the conversation.
26
+
Examples:
27
+
* "Help me write a business email"
28
+
* "Analyze the data in this Excel spreadsheet"
29
+
* "What's the weather like in Hefei today?"
27
30
28
-
### 2. Task Execution
29
-
***Single Task Execution**: Only one task can be processed at the same time, new messages will enter the waiting queue.
30
-
***Interrupt Task**: If you need to interrupt a task in progress, you can click the "Stop" button.
31
+
Loomy will automatically determine which tools or skills to call to complete the task based on your input.
31
32
32
-
### 3. Context and Tool Calling
33
-
***Context Management**: Loomy will remember the conversation history to maintain context continuity. Long conversations will consume more points.
34
-
***Tool Calling**: When a task requires the use of external tools, Loomy will automatically call configured MCP services (such as email operations, web browsing, etc.).
33
+
### 2. Use Skills
34
+
Loomy provides two ways to use skills, making your work more flexible and efficient.
35
+
36
+
***Method 1: Quick Command "/"**: Enter `/` in the input box, and a skill selection menu will automatically pop up. Select the required skill, enter the specific requirement, and send.
37
+
***Method 2: AI Autonomous Recognition**: Describe your requirement directly, and Loomy will automatically recognize and call the corresponding skill (for example: "Help me organize the downloads folder").
38
+
39
+
**Skill Permissions**: You can set permissions (Allow/Ask/Forbid) for each skill in "Settings - Skills". When set to "Ask", AI will ask for your consent before calling.
40
+
41
+
### 3. Task Execution
42
+
***Single Task Execution**: Only one task can be processed at the same time, and new messages will enter the waiting queue. The interface will display the execution status of the current task (🔄 Executing, ✅ Completed, ❌ Failed).
43
+
***Interrupt Task**: If you need to interrupt a running task, you can click the "Stop" button. After interruption, you can resend the modified command or start a new task.
44
+
45
+
### 4. Context and Tool Calling
46
+
***Context Management**: Loomy remembers the conversation history to maintain context continuity. This means you can have multi-turn conversations without repeating background information. Long conversations will consume more credits. If you need to start a completely new conversation topic, just click the "New Chat" button.
47
+
***Tool Calling**: When a task requires the use of external tools, Loomy will automatically call the configured MCP service. Common scenarios include:
You can switch to use different AI models at any time during the conversation. Click the model selector in the upper right corner to choose the model you want to use. New conversations will use the selected model.
55
+
***MiniMax** - Balances performance and speed, suitable for daily conversations
56
+
***Doubao** - Suitable for Chinese scenarios
57
+
***DeepSeek** - Strong deep reasoning ability, suitable for complex tasks
58
+
***Qwen** - Strong comprehensive ability
59
+
60
+
### 6. FAQ
61
+
**Why didn't my message get a reply immediately?**
62
+
It is possible that a task is currently executing, and your message is in the waiting queue; or the task is relatively complex and requires longer processing time; or the network connection is unstable.
63
+
64
+
**How can I make AI understand my requirements more accurately?**
65
+
Describe clearly and specifically, and provide necessary background information; for complex tasks, you can describe them step by step; or directly use the `/` quick command to explicitly specify the skill.
4. Open your DingTalk, a new chat window will appear showing that the bot has been created successfully, and you can start chatting~
120
+
121
+
---
122
+
123
+
## Connect to WeChat Bot
124
+
125
+
The WeChat bot can serve as one of the message entries for Loomy's remote control. After configuration, you can send commands to Loomy via WeChat and receive execution results.
126
+
127
+
### Applicable Scenarios
128
+
* Remotely trigger tasks through WeChat direct messages
129
+
* Check Loomy's execution results on your mobile phone
130
+
* Quickly confirm current task status when away from your desk
131
+
* Use the convenience of WeChat to control Loomy anytime, anywhere
132
+
133
+
### Basic Configuration Process
134
+
1.**Enter remote control settings**: Open the Loomy client, click "Settings" in the left menu, and find the "Remote Control" functional area.
135
+
2.**Select WeChat Bot**: In the remote control page, find and click the "WeChat Bot" option.
136
+
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.
137
+
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.
138
+
5.**Start using**: In your mobile WeChat, find the bound Loomy bot chat window to start sending commands and receiving execution results.
139
+
140
+
> **Precautions:**
141
+
> ***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.
142
+
> ***Background Running Requirement**: Real task execution still relies on Loomy running locally. Please ensure that Loomy remains available in the background.
143
+
> ***Single Device Limit**: Currently, one Loomy account can only bind one WeChat device. If you need to change the device, please unbind the current device first, and then scan the code again to bind.
0 commit comments