mirror of
https://github.com/docker/genai-stack.git
synced 2024-08-30 16:49:54 +03:00
Updating Comments in env.example for Clarity
This commit is contained in:
@@ -6,8 +6,8 @@
|
||||
#NEO4J_URI=neo4j://database:7687
|
||||
#NEO4J_USERNAME=neo4j
|
||||
#NEO4J_PASSWORD=password
|
||||
LLM=llama2 #or any Ollama model tag, or gpt-4 or gpt-3.5
|
||||
EMBEDDING_MODEL=sentence_transformer #or openai or ollama
|
||||
LLM=llama2 #or any Ollama model tag, gpt-4, gpt-3.5, or claudev2
|
||||
EMBEDDING_MODEL=sentence_transformer #or openai, ollama, or aws
|
||||
|
||||
LANGCHAIN_ENDPOINT="https://api.smith.langchain.com"
|
||||
LANGCHAIN_TRACING_V2=true # false
|
||||
|
||||
Reference in New Issue
Block a user