b8147
📦 llama-cppView on GitHub →
🐛 1 fixes🔧 1 symbols
Summary
This release primarily addresses a bug in the server component where query parameters were incorrectly handled during request proxying in multi-model router mode.
Migration Steps
- Re-encode query parameters using httplib::encode_query_component in the proxy logic.
🐛 Bug Fixes
- Fixed an issue where query parameters were lost when proxying requests in multi-model router mode.