Skip to content

Commit

Permalink
Merge pull request docker#19 from docker/env
Browse files Browse the repository at this point in the history
Update env example
  • Loading branch information
oskarhane authored Oct 10, 2023
2 parents 99d87d0 + cc78f30 commit d0eb8a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion env.example
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#OPENAI_API_KEY=sk-...
#OLLAMA_BASE_URL=http://host.docker.internal:11434
#NEO4J_URI=neo4j://localhost:7687
#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
Expand Down

0 comments on commit d0eb8a2

Please sign in to comment.