Call LLM API
TextGO supports calling AI models to process text, including both local and cloud AI platforms. You can accomplish various text processing tasks like translation, rewriting, summarization, Q&A, and more.
Feature Overview
AI actions allow you to:
- Use local or cloud AI models to process text
- Create custom prompt templates
Supported platforms:
Local:
Cloud:
Create AI Action
Step 1: Access AI Conversation Configuration
- Open "Settings" > "AI Conversation"
- Click the "+" button to add a new AI action
Step 2: Basic Information
Action Name (Required)
- Used to identify this AI action
- Recommended to use descriptive names
Action Icon (Optional)
- Click the icon selector to choose an icon
- Supports built-in icon library
- Supports uploading custom SVG icons
Step 3: Create Prompt Template
The prompt determines how AI processes your text.
Variable Description:
- {{selection}}: Selected text
- {{clipboard}}: Clipboard content
Configure System Prompt (Optional):
The system prompt is used to set the AI's role and behavior.
Use AI Action
After creating the prompt template, you can use it in shortcut rules:
- Open "Global Shortcuts"
- Add a new rule
- Select your created AI conversation action in "Execute Action"
- Save the rule