Comparing JamePeng:main...abdullah-cod9:main · JamePeng/llama-cpp-python
base repository: JamePeng/llama-cpp-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
head repository: abdullah-cod9/llama-cpp-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Checking mergeability…
Don’t worry, you can still create the pull request.
- 1 commit
- 1 file changed
- 1 contributor
Commits on Apr 6, 2026
-
fix(chat): support tool_choice in Qwen3.5-VL chat handler
- 'none': tools are not injected into the prompt - 'required': model is instructed to always call a tool - 'auto'/None: model follows each tool's description to decide Fixes: tools were always injected regardless of tool_choice value