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 +1 -1
- package/skills/10_engine.mjs +2 -2
- package/skills/40_image.mjs +1 -1
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.
|
|
4
|
+
"version": "1990.1.101",
|
|
5
5
|
"private": false,
|
|
6
6
|
"homepage": "https://github.com/Leask/halbot",
|
|
7
7
|
"type": "module",
|
package/skills/10_engine.mjs
CHANGED
|
@@ -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
|
|
61
|
-
// '- [gpt-4-32k](https://platform.openai.com/docs/models/gpt-4): 32768 tokens, trained Sep 2021
|
|
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.',
|
package/skills/40_image.mjs
CHANGED