halbot 1993.2.73 → 1993.2.74
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
|
@@ -123,7 +123,7 @@ const init = async (options = {}) => {
|
|
|
123
123
|
info: options?.info || info,
|
|
124
124
|
magicWord: options?.magicWord,
|
|
125
125
|
private: options?.private,
|
|
126
|
-
|
|
126
|
+
provider: 'telegram',
|
|
127
127
|
session: options?.storage,
|
|
128
128
|
skillPath: options?.skillPath || skillPath,
|
|
129
129
|
speech: _speech, vision,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "halbot",
|
|
3
3
|
"description": "Just another `ChatGPT` / `Gemini` / `Claude` / `Azure` / `Jina` / `Ollama` Telegram bob, which is simple design, easy to use, extendable and fun.",
|
|
4
|
-
"version": "1993.2.
|
|
4
|
+
"version": "1993.2.74",
|
|
5
5
|
"private": false,
|
|
6
6
|
"homepage": "https://github.com/Leask/halbot",
|
|
7
7
|
"type": "module",
|