muquit / privategpt

An on-premises ML-powered document assistant application with local LLM using ollama
Other
1 stars 0 forks source link

Prompt setting and multi language support #1

Open nhloc214 opened 1 month ago

nhloc214 commented 1 month ago

Hi bro,

First of all, thanks for your project and very clear explanation. However, I am from Vietnam and my documents are Vietnamese but BOT answers in English and cite Vietnamese in " ".

Could we have a prompt for BOT to answer language that the user asks? Thank you!

image

Best regards, Loc

nhloc214 commented 1 month ago

I have found the solution that I have used other fine-tuning LLM in ollama to support better Vietnamese and it work fines.

https://www.ollama.com/Tuanpham/t-visstar-7b

image2

muquit commented 1 month ago

That's great! Custom prompt support is added in v1.0.3.

nhloc214 commented 1 month ago

That's great! Custom prompt support is added in v1.0.3.

Thanks for your kind support! Let me try as your direction.