Skip to content

Commit

Permalink
Merge pull request #34 from cisasteelersfan/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
ruecat authored Feb 27, 2024
2 parents 40945d7 + 3c86211 commit e55ea67
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ ADMIN_IDS=000,111
USER_IDS=000,111
INITMODEL=llama-2

# COMMENT OUT ONE OF THE FOLLOWING LINES:
OLLAMA_BASE_URL=localhost # to run ollama without docker, using run.py
OLLAMA_BASE_URL=ollama-server # to run ollama in a docker container
OLLAMA_BASE_URL=host.docker.internal # to run ollama locally
# UNCOMMENT ONE OF THE FOLLOWING LINES:
# OLLAMA_BASE_URL=localhost # to run ollama without docker, using run.py
# OLLAMA_BASE_URL=ollama-server # to run ollama in a docker container
# OLLAMA_BASE_URL=host.docker.internal # to run ollama locally

# Log level
# https://docs.python.org/3/library/logging.html#logging-levels
LOG_LEVEL=DEBUG
LOG_LEVEL=DEBUG

0 comments on commit e55ea67

Please sign in to comment.