Skip to content

First Use Beginner

Start chatting with AI after installation.

Start a Conversation

Based on your trigger configuration:

txt
@bot Hello, introduce yourself
txt
#chat Hello, introduce yourself
txt
Hello, introduce yourself

Basic Commands

CommandDescription
#ai状态Check plugin status
#结束对话End conversation, clear context
#ai帮助Show help information

Conversation Tips

Context

AI remembers previous messages in the conversation:

txt
User: My name is Alice
AI: Nice to meet you, Alice!

User: What's my name?
AI: Your name is Alice.

Clear Context

Start fresh conversation:

txt
#结束对话

Multi-turn

AI maintains context across messages:

txt
User: Write a Python function to sort a list
AI: [provides code]

User: Add error handling
AI: [updates code with error handling]

User: Now add type hints
AI: [updates code with type hints]

Using Tools

AI can use tools to perform actions:

txt
User: What time is it?
AI: It's currently 3:45 PM.

User: Search for Python tutorials
AI: [searches web] Here are some great Python tutorials...

User: Set a reminder for 5 minutes
AI: ⏰ Reminder set for 5 minutes from now.

Group Chat

In groups, use the configured trigger:

txt
@bot What's the weather like?

AI responds only when triggered (unless configured otherwise).

Troubleshooting

No Response

  1. Check trigger method
  2. Verify channel is configured
  3. Enable debug: #ai调试开启

Error Messages

Common errors:

  • 401: Check API key
  • 429: Rate limited, wait or switch channel
  • Timeout: Check network/proxy

Next Steps

Released under the MIT License