Skip to content

Commit

Permalink
feat: 🔧 update aliases and simplify template tracing
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed Dec 21, 2024
1 parent d0a02a9 commit 2408a79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/core/src/llms.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@
"aliases": {
"large": "Qwen/Qwen2.5-72B-Instruct",
"small": "Qwen/Qwen2.5-Coder-32B-Instruct",
"vision": "Qwen/Qwen2-VL-7B-Instruct",
"embeddings": "nomic-ai/nomic-embed-text-v1.5:",
"vision": "meta-llama/Llama-3.2-11B-Vision-Instruct",
"embeddings": "nomic-ai/nomic-embed-text-v1.5",
"reasoning": "Qwen/QwQ-32B-Preview",
"reasoning_small": "Qwen/QwQ-32B-Preview"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/promptrunner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export async function runTemplate(
runtimeHost.project = prj

try {
trace.heading(3, `🧠 running ${template.id} with model ${model ?? ""}`)
trace.heading(3, `🧠 ${template.id}`)
if (cliInfo) traceCliArgs(trace, template, options)

// Resolve expansion variables for the template
Expand Down

0 comments on commit 2408a79

Please sign in to comment.