yportne13 / chatbot-ui-llama.cpp

A static web ui for llama.cpp server. The llama.cpp chat interface for everyone. base on chatbot-ui
https://chatbotui.com
MIT License
13 stars 1 forks source link

English language? #1

Open 0wwafa opened 4 weeks ago

0wwafa commented 4 weeks ago

I downloaded the out.zip from the release. then I did: \bin\server -m Mistral-7b-Instruct-v0.3.f16.q4.gguf -c 4096 -t 6 --mlock --path \chatbotui\out\

image

also.. for some reason does not work with "aya": \bin\server -m aya-23-8B.Q4_K_M.gguf -c 4096 -t 6 --mlock --path \chatbotui\out\

0wwafa commented 4 weeks ago

Update: I changed the default locale in next-i18next.config.js and now it's in english... but shouldn't it take it automatically from the browser?