halbot 1990.1.109 → 1990.1.111

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 +3 -2
  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`/`Bing Chat` 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
 
@@ -27,7 +27,8 @@ alt="Halbot live demo" width="240" height="180" border="10" /></a>
27
27
 
28
28
  - [Telegram](https://telegram.org/) Bot (`Telegram Bot` token required)
29
29
  - [ChatGPT](https://openai.com/blog/chatgpt) (`OpenAI` API key required)
30
- - [Bing Chat](https://www.bing.com/) (`Bing Chat` user token required)
30
+ - [Gemini](https://cloud.google.com/vertex-ai/docs/generative-ai/multimodal/overview?hl=en) (`Google Vertex AI` credentials required)
31
+ - [Mistral](https://mistral.ai/) (Install [ollama](https://github.com/jmorganca/ollama) and enable `Mistral`)
31
32
  - Speech-to-Text (`OpenAI` or `Google Cloud` API key required, or your own engine)
32
33
  - Text-to-Speech (`OpenAI` or `Google Cloud` API key required, or your own engine)
33
34
  - Text-to-Image by DALL·E (`OpenAI` API key required, or your own engine)
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.109",
4
+ "version": "1990.1.111",
5
5
  "private": false,
6
6
  "homepage": "https://github.com/Leask/halbot",
7
7
  "type": "module",