LostRuins / koboldcpp

A simple one-file way to run various GGML and GGUF models with KoboldAI's UI
https://github.com/lostruins/koboldcpp
GNU Affero General Public License v3.0
4.34k stars 310 forks source link

Open-web-ui not working with Kobold #922

Closed Tureti closed 2 weeks ago

Tureti commented 2 weeks ago

For some reason https://github.com/open-webui/open-webui can't detect the model from http://localhost:5001/v1/models.

Not sure if this is a problem from them or from here but this is the text from v1/models: {"object": "list", "data": [{"id": "koboldcpp/Meta-Llama-3-8B-Instruct-Q6_K", "object": "model", "created": 1, "owned_by": "koboldcpp", "permission": [], "root": "koboldcpp"}]}

Tureti commented 2 weeks ago

Looks like setting a random api-key fixes it, definitely not a koboldcpp problem.