Skip to content

Commit

Permalink
feat: ✨ add embeddings model to llms.json configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed Dec 21, 2024
1 parent 500f3fb commit c5d16bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/llms.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@
"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",
"reasoning": "Qwen/QwQ-32B-Preview",
"reasoning_small": "Qwen/QwQ-32B-Preview"
}
Expand Down

0 comments on commit c5d16bf

Please sign in to comment.