halbot 1992.1.13 → 1992.1.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/skills/20_instant.mjs +1 -1
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "halbot",
|
|
3
3
|
"description": "Just another `ChatGPT` / `Gemini` / `Mistral (by ollama)` Telegram bob, which is simple design, easy to use, extendable and fun.",
|
|
4
|
-
"version": "1992.1.
|
|
4
|
+
"version": "1992.1.14",
|
|
5
5
|
"private": false,
|
|
6
6
|
"homepage": "https://github.com/Leask/halbot",
|
|
7
7
|
"type": "module",
|
package/skills/20_instant.mjs
CHANGED
|
@@ -50,8 +50,8 @@ export const { name, run, priority, func, help, cmds } = {
|
|
|
50
50
|
]),
|
|
51
51
|
cmds: {
|
|
52
52
|
all: 'Use all AI engines simultaneously: /all Say hello to all AIs!',
|
|
53
|
-
chatgpt: 'Use ⚛️ ChatGPT temporary: /chatgpt Say hello to ChatGPT!',
|
|
54
53
|
gemini: 'Use ♊️ Gemini temporary: /gemini Say hello to Gemini!',
|
|
54
|
+
chatgpt: 'Use ⚛️ ChatGPT temporary: /chatgpt Say hello to ChatGPT!',
|
|
55
55
|
claude: 'Use ✴️ Claude temporary: /claude Say hello to Claude!',
|
|
56
56
|
mistral: 'Use Ⓜ️ Mistral temporary: /mistral Say hello to Mistral!',
|
|
57
57
|
},
|