halbot 1990.1.100 → 1990.1.101

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/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.100",
4
+ "version": "1990.1.101",
5
5
  "private": false,
6
6
  "homepage": "https://github.com/Leask/halbot",
7
7
  "type": "module",
@@ -57,8 +57,8 @@ export const { name, run, priority, func, help, args } = {
57
57
  // '¶ Select between [OpenAI models](https://platform.openai.com/docs/models).',
58
58
  // "Tip !!!4!!!: Set `gptmodel=''` to use default OpenAI model.",
59
59
  // 'Popular models:',
60
- // '- [gpt-4](https://platform.openai.com/docs/models/gpt-4): 8192 tokens, trained Sep 2021 (Limited beta).',
61
- // '- [gpt-4-32k](https://platform.openai.com/docs/models/gpt-4): 32768 tokens, trained Sep 2021 (Limited beta).',
60
+ // '- [gpt-4](https://platform.openai.com/docs/models/gpt-4): 8192 tokens, trained Sep 2021.',
61
+ // '- [gpt-4-32k](https://platform.openai.com/docs/models/gpt-4): 32768 tokens, trained Sep 2021.',
62
62
  // '- [gpt-3.5-turbo](https://platform.openai.com/docs/models/gpt-3-5): 4096 tokens, trained Sep 2021.',
63
63
  // '- [text-davinci-003](https://platform.openai.com/docs/models/gpt-3-5): 4097 tokens, trained Sep 2021.',
64
64
  // '- [text-davinci-002](https://platform.openai.com/docs/models/gpt-3-5): 4097 tokens, trained Sep 2021.',
@@ -19,7 +19,7 @@ export const { name, run, priority, func, cmds, help } = {
19
19
  priority: 40,
20
20
  func: action,
21
21
  help: bot.lines([
22
- 'Use DALL-E to generate images.',
22
+ 'Use DALL-E to generate images.',
23
23
  'Example 1: /image a cat',
24
24
  ]),
25
25
  cmds: {