halbot 1992.1.14 → 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 +1 -1
- package/package.json +1 -1
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
|
-
|
|
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.
|
|
4
|
+
"version": "1992.1.15",
|
|
5
5
|
"private": false,
|
|
6
6
|
"homepage": "https://github.com/Leask/halbot",
|
|
7
7
|
"type": "module",
|