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
|`persona`|`personaai`, `mode`, `character`| Manage or view AI personas |
66
-
|`model`|`setmodel`, `models`| View or switch the active AI model |
67
-
|`resetai`|`aiclear`, `clearai`, `aireset`, `reset`| Clears AI conversation context |
68
-
|`stock`|`stocks`, `chart`| Displays a live stock graph |
69
-
|`usage`|`tokens`, `tokenusage`| Displays token usage with a visual breakdown |
70
-
|`help`| none | Displays available commands and usage |
71
-
|`ping`| none | Returns bot latency |
72
-
73
61
## AI Command Usage
74
62
75
-
The AI system supports both prefixes:
63
+
The AI system supports both prefixes and tagging:
76
64
77
65
```
78
66
,what is event loop in Node.js?
79
67
$ai what is event loop in Node.js?
68
+
@Rael what is event loop in Node.js?
80
69
```
81
70
82
71
To reset context:
83
72
84
73
```
74
+
$resetctx
75
+
or
85
76
$resetai
86
77
or
87
-
$ai reset
78
+
$clearctx
88
79
```
89
80
90
81
Resetting clears conversation history and restores default behavior.
91
82
92
-
## Persona System
93
-
94
-
The persona system allows users to adjust the AI's behavior and response style.
95
-
96
-
Available subcommands:
97
-
98
-
-`$persona list`
99
-
Displays all available personas.
100
-
101
-
-`$persona current` / `status` / `now` / `active`
102
-
Shows the currently active persona.
103
-
104
-
-`$persona set <name>` / `use <name>` / `switch <name>`
105
-
Switches to a selected persona.
106
-
107
-
-`$persona reset` / `clear`
108
-
Restores the default persona and clears context.
109
-
110
-
## Model Switching
111
-
112
-
Rael supports multiple underlying AI models, allowing users to pick the one that best fits their needs, whether prioritizing speed or depth of response.
113
-
114
-
-`$model list`
115
-
Displays all available models.
116
-
117
-
-`$model current`
118
-
Shows the currently active model.
119
-
120
-
-`$model set <name>` / `use <name>`
121
-
Switches to a selected model.
122
-
123
83
## Vision
124
84
125
85
Rael can read and understand images sent as attachments. Send an image along with a message and Rael will analyze the content and respond accordingly.
@@ -128,16 +88,12 @@ Rael can read and understand images sent as attachments. Send an image along wit
128
88
129
89
Rael can search the web when you ask it to do so, to provide up to date information when needed, rather than relying solely on its training data.
130
90
131
-
## Stock Graphs
132
-
133
-
Rael can pull up live stock charts directly in chat, just ask for it.
134
-
135
91
## Token Usage Tracking
136
92
137
93
Users can view their token usage at any time through a clean, image based visual breakdown rather than plain numbers.
138
94
139
95
```
140
-
$stats
96
+
$usage
141
97
```
142
98
143
99
## Design Philosophy
@@ -146,9 +102,8 @@ Rael is designed to:
146
102
147
103
- Provide fast and reliable access to AI-assisted conversation
148
104
- Support multiple models and personas without complicating the interface
149
-
- Extend usefulness beyond chat through vision, search, and live data
105
+
- Extend usefulness beyond chat and search
150
106
- Maintain a minimal and predictable command system
151
-
- Present usage and data visually wherever it improves clarity
0 commit comments