remove lite_llm; distinguish if first message or whole conversation in chat querifier; Add info to README
This commit is contained in:
parent
889816a9a5
commit
49796a4657
2 changed files with 11 additions and 5 deletions
3
.env
3
.env
|
|
@ -42,6 +42,5 @@ LLM_API_KEY=placeholder
|
|||
# valid Language options - "en" "de" "multi"
|
||||
LLM_LANGUAGE=de
|
||||
|
||||
# LLM Model to be used - "mistral", "phi3", "llama3", etc.
|
||||
# LLM Model to be used - "mistral", "phi3", "llama3", etc. (Check available with <ip_of_ollama_instance>:11434/api/tags)
|
||||
LLM_MODEL_NAME=mistral
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue