LostRuins / koboldcpp

Run GGUF models easily with a KoboldAI UI. One File. Zero Install.
https://github.com/lostruins/koboldcpp
GNU Affero General Public License v3.0
4.66k stars 334 forks source link

Certain command line args result in improperly-formed (?) URL in CMD window output #36

Closed cgessai closed 1 year ago

cgessai commented 1 year ago

On the latest release I use the following command line args: koboldcpp.exe --threads 6 --stream --host 10.0.0.129

When the model is loaded, resulting URL outputted to CMD window is: http://10.0.0.129:5001&streaming=1

URL appears malformed. Expected URL: http://10.0.0.129:5001/?streaming=1 (or at least something similar)

LostRuins commented 1 year ago

This should be fixed in the latest version, currently v1.3 at time of writing. https://github.com/LostRuins/koboldcpp/releases/latest

LostRuins commented 1 year ago

closing issue as resolved.