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
5.33k stars 363 forks source link

command-line argument to set the tab name in the browser #1122

Open fethio opened 2 months ago

fethio commented 2 months ago

multiple AI models cannot be differentiated from the tab title in the browser Let's say we run two AI models, Phi and Hermes simultaneously from ports 5001 and 5002 respectively. In the browser opening localhost:5001 and the other provides the same tab titles, namely 'KoboldAI Lite" for both. It would be nice to see for example Phi_on_Kobold for the Phi model. This can be set while calling Kobold with a command-line argument such as '--tab-title'

Additional Information: Please provide as much relevant information about your setup as possible, such as the Operating System, CPU, GPU, KoboldCpp Version, and relevant logs (helpful to include the launch params from the terminal output, flags and crash logs)

LostRuins commented 2 months ago

Launch flag is not a good way to do it, but let me think about it.