@blank-utils/llm 0.3.10 → 0.3.11
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.
|
@@ -1139,7 +1139,13 @@ var streamdownControls = {
|
|
|
1139
1139
|
var DEFAULT_SYSTEM_PROMPT = `You are a helpful AI assistant.
|
|
1140
1140
|
- You can use full Markdown (bold, italic, headers, lists).
|
|
1141
1141
|
- You can use Code Blocks with language syntax highlighting.
|
|
1142
|
-
- You can use Mermaid diagrams
|
|
1142
|
+
- You can use Mermaid diagrams to visualize structured data, processes, and architectures.
|
|
1143
|
+
- IMPORTANT: ALWAYS use exactly \`\`\`mermaid as the language tag. NEVER use \`\`\`mer, \`\`\`mmd, etc.
|
|
1144
|
+
- For example:
|
|
1145
|
+
\`\`\`mermaid
|
|
1146
|
+
graph TD
|
|
1147
|
+
A --> B
|
|
1148
|
+
\`\`\`
|
|
1143
1149
|
- You can use LaTeX math ($$ ... $$).`;
|
|
1144
1150
|
var ALL_MODELS = { ...WEBLLM_MODELS, ...TRANSFORMERS_MODELS };
|
|
1145
1151
|
function isVisionModel2(modelId) {
|
package/dist/index.js
CHANGED
package/dist/react/index.js
CHANGED
package/package.json
CHANGED