You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feature #669 [Platform][Ollama] Better regex for qwen tool pattern (sonnymilton)
This PR was merged into the main branch.
Discussion
----------
[Platform][Ollama] Better regex for qwen tool pattern
| Q | A
| ------------- | ---
| Bug fix? | no
| New feature? | yes<!-- please update src/**/CHANGELOG.md files -->
| Docs? | yes/no <!-- required for new features -->
| Issues | - <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead -->
| License | MIT
The current regex for QWEN models does not cover model size notation like `qwen3:32b` or `qwen3-coder:32b`.
I changed the regular expression to support notations with model sizes.
Commits
-------
f8e328b1 [Platform][OLLAMA] Update tool pattern regex for qwen to support models with size
0 commit comments