halbot 1992.1.13 → 1992.1.15

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/index.mjs CHANGED
@@ -128,7 +128,7 @@ const init = async (options) => {
128
128
  info: options?.info || info,
129
129
  magicWord: options?.magicWord,
130
130
  private: options?.private,
131
- provider: 'telegram',
131
+ botProvider: 'telegram',
132
132
  session: options?.storage,
133
133
  skillPath: options?.skillPath || skillPath,
134
134
  speech: (options?.openaiApiKey || options?.googleApiKey) && speech,
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.13",
4
+ "version": "1992.1.15",
5
5
  "private": false,
6
6
  "homepage": "https://github.com/Leask/halbot",
7
7
  "type": "module",
@@ -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
  },