acon96 / home-llm

A Home Assistant integration & Model to control your smart home using a Local LLM
484 stars 56 forks source link

in context examples in other languages #174

Open pstrueb opened 2 weeks ago

pstrueb commented 2 weeks ago

I have been playing around with llama3:8b_q4 in german language quite a bit and recognized, that the answers were mostly English until explicitly asked for. The in context examples are all in english which seems to be the reason of this.

Please describe what you are trying to do with the component
Get answers in the corresponding language.

Describe the solution you'd like
Examples in the selected languages in custom_components/llama_conversation/in_context_examples.csv. Maybe we should introduce in_context_examples_de.csv, in_context_examples_es.csv etc. If we want to translate the examples manually for german I would help.