halbot 1993.2.29 → 1993.2.44

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -33,7 +33,7 @@ alt="Halbot live demo" width="240" height="180" border="10" /></a>
33
33
  - Speech-to-Text (`OpenAI` or `Google Cloud` API key required, or your own engine)
34
34
  - Text-to-Speech (`OpenAI` or `Google Cloud` API key required, or your own engine)
35
35
  - Text-to-Image by DALL·E (`OpenAI` API key required, or your own engine)
36
- - OCR/OBJECT_DETECT (`Google Cloud` API key required, or your own engine)
36
+ - OCR/OBJECT_DETECT (`OpenAI` or `Google Cloud` API key required, or your own engine)
37
37
  - Feeding webpage and [YouTube](https://www.youtube.com/) to enhance your prompt
38
38
  - Custom prompt and [🧠 Awesome ChatGPT Prompts](https://github.com/f/awesome-chatgpt-prompts) at your fingertips
39
39
  - Support `private` and `public` mode, with multiple authenticate methods.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "halbot",
3
3
  "description": "Just another `ChatGPT` / `Gemini` / `Ollama` Telegram bob, which is simple design, easy to use, extendable and fun.",
4
- "version": "1993.2.29",
4
+ "version": "1993.2.44",
5
5
  "private": false,
6
6
  "homepage": "https://github.com/Leask/halbot",
7
7
  "type": "module",