halbot 1993.2.68 → 1993.2.69

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 +7 -4
  2. package/package.json +2 -2
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 `Gemini` / `ChatGPT` / `Claude` / `Ollama` Telegram bob, which is simple design, easy to use, extendable and fun.
6
+ Just another `ChatGPT` / `Gemini` / `Claude` / `Azure` / `Jina` / `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
 
@@ -28,12 +28,15 @@ alt="Halbot live demo" width="240" height="180" border="10" /></a>
28
28
  - [Telegram](https://telegram.org/) Bot (`Telegram Bot` token required)
29
29
  - [ChatGPT](https://openai.com/blog/chatgpt) (`OpenAI` API key required)
30
30
  - [Gemini](https://ai.google.dev/gemini-api/docs) (Google `Gemini` API Key required)
31
- - [Claude](https://www.anthropic.com/api) (`Anthropic` API Key required)
31
+ - [Claude](https://www.anthropic.com/api) (`Anthropic` or Google `Vextex` API Key required)
32
+ - [Azure](https://azure.microsoft.com/en-us/solutions/ai) (`Azure` API Key required)
33
+ - [Jina](https://jina.ai/api-dashboard/deepsearch) (`Jina` API Key required)
32
34
  - [Ollama](https://github.com/jmorganca/ollama) (Install `Ollama` and serve your model)
33
35
  - Speech-to-Text (`OpenAI` or `Google Cloud` API key required, or your own engine)
34
36
  - Text-to-Speech (`OpenAI` or `Google Cloud` API key required, or your own engine)
35
- - Text-to-Image by DALL·E (`OpenAI` API key required, or your own engine)
36
- - OCR/OBJECT_DETECT (`OpenAI` or `Google Cloud` API key required, or your own engine)
37
+ - Text-to-Image by DALL·E or Imagen (`OpenAI` or Google `Gemini` API key required, or your own engine)
38
+ - OCR/OBJECT_DETECT (`OpenAI` or Google `Gemini` API key required, or your own engine)
39
+ - DeepSearch (`Jina` API Key required)
37
40
  - Feeding webpage and [YouTube](https://www.youtube.com/) to enhance your prompt
38
41
  - Custom prompt at your fingertips
39
42
  - Support `private` and `public` mode, with multiple authenticate methods.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "halbot",
3
- "description": "Just another `ChatGPT` / `Gemini` / `Ollama` Telegram bob, which is simple design, easy to use, extendable and fun.",
4
- "version": "1993.2.68",
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.69",
5
5
  "private": false,
6
6
  "homepage": "https://github.com/Leask/halbot",
7
7
  "type": "module",