halbot 1990.1.112 → 1990.1.114

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.
Files changed (2) hide show
  1. package/README.md +4 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  [![MIT licensed](https://img.shields.io/badge/license-MIT-blue)](./LICENSE)
4
4
  [![Node.js Package](https://github.com/Leask/halbot/actions/workflows/npm-publish.yml/badge.svg)](https://github.com/Leask/halbot/actions/workflows/npm-publish.yml)
5
5
 
6
- Just another `ChatGPT` / `Gemini` / `Mistral (by ollama)` Telegram bob, which is simple design, easy to use, extendable and fun.
6
+ Just another `ChatGPT`/`Gemini`/`Mistral (by ollama)` Telegram bob, which is simple design, easy to use, extendable and fun.
7
7
 
8
8
  Live demo, click to watch on YouTube:
9
9
 
@@ -177,8 +177,9 @@ const config = {
177
177
 
178
178
  // OPTIONAL, object (key renderd as name) or array (name ignored).
179
179
  ai: {
180
- [[aiNameA]]: [[aiClientA]],
181
- [[aiNameB]]: [[aiClientB]],
180
+ [[aiNameA]]: [[aiConfigA]],
181
+ [[aiNameB]]: [[aiConfigB]],
182
+ // ...
182
183
  },
183
184
 
184
185
  // OPTIONAL, object.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "halbot",
3
3
  "description": "Just another ChatGPT/Bing Chat Telegram bob, which is simple design, easy to use, extendable and fun.",
4
- "version": "1990.1.112",
4
+ "version": "1990.1.114",
5
5
  "private": false,
6
6
  "homepage": "https://github.com/Leask/halbot",
7
7
  "type": "module",