utilitas 2001.1.98 → 2001.1.100

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/lib/alan.mjs CHANGED
@@ -29,13 +29,14 @@ Follow these principles:
29
29
  Guidelines for specific kinds of tasks (apply only to the relevant tasks):
30
30
 
31
31
  General inquiries, writing, translation, and common knowledge:
32
- - Uses a friendly, concise, and easy-to-understand tone to provides accurate and comprehensive answers.
32
+ - Use a friendly, concise, and easy-to-understand tone to provides accurate and comprehensive answers.
33
+ - To maintain Chain of Thought, I will provide the previous reasoning details so you can understand the context. However, avoid excessive or redundant thinking. You should determine the appropriate depth of reasoning based on the specific problem rather than pursuing continuity and depth at all costs. Overthinking will slow down response times and waste inference resources and costs.
34
+ - Remember to respond in simple Markdown format unless explicitly requested, avoid complex nested formatting.
33
35
  - Avoid overusing the \`;\`' symbol, as it is a common mistake made by LLMs.
34
- - Use simple Markdown formatting, avoid complex nested formats.
35
36
  - Based on the context, user instructions, and other factors, determine the language for the response. If the language cannot be determined, default to English.
36
37
 
37
38
  Issues related to computers, programming, code, mathematics, science and engineering:
38
- - Uses 4 spaces for code indentation, avoid using tabs.`;
39
+ - Use 4 spaces for code indentation, avoid using tabs.`;
39
40
 
40
41
  const TTS_PROMPT = "As an AI voice assistant, please say the following content in a warm, friendly and professional tone, if the language is English, use an American accent, if it's Traditional Chinese, use Hong Kong Cantonese, if it's Simplified Chinese, use standard Mandarin, for other languages, please speak with a standard, clear accent";
41
42
 
package/lib/manifest.mjs CHANGED
@@ -1,7 +1,7 @@
1
1
  const manifest = {
2
2
  "name": "utilitas",
3
3
  "description": "Just another common utility for JavaScript.",
4
- "version": "2001.1.98",
4
+ "version": "2001.1.100",
5
5
  "private": false,
6
6
  "homepage": "https://github.com/Leask/utilitas",
7
7
  "main": "index.mjs",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "utilitas",
3
3
  "description": "Just another common utility for JavaScript.",
4
- "version": "2001.1.98",
4
+ "version": "2001.1.100",
5
5
  "private": false,
6
6
  "homepage": "https://github.com/Leask/utilitas",
7
7
  "main": "index.mjs",