diff --git a/.env.template b/.env.template index 60fda9d36d2d2e6bc00df98086a019ff47bcc50c..50556d11403ca84c500243b051a4994938b53484 100644 --- a/.env.template +++ b/.env.template @@ -1,2 +1,6 @@ -#MODEL TO USE (get name from list at https://ollama.com/library) -llmName=mistral \ No newline at end of file +#MODEL TO USE multiple comma separated NO SPACES! (get name from list at https://ollama.com/library) +LLM_NAMES=mistral,llama2 +# DEFAULT CREATIVITY higher temperature allows llm to be more creative (value between 0.0 and 1.0) +OVERAL_TEMPERATURE=0.1 +# QUESTION TO ASK THE MODELS +QUESTION="What tall is the tallest pyramid in egypt and what's it called?" \ No newline at end of file