Skip to content

Commit

Permalink
un ignore docker .env
Browse files Browse the repository at this point in the history
  • Loading branch information
tuky191 committed Oct 26, 2024
1 parent 84ff80f commit 41892cc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ celerybeat.pid

# Environments
.env
!docker/.env
.venv
env/
venv/
Expand Down
10 changes: 10 additions & 0 deletions docker/.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
SUI_TAG=testnet-v1.29.1
LLAMA_MODEL_VERSION=llama3.2:1b
LLAMA_MODEL_VERSION_TAG=llama3.2-1b
RPC_URL=http://fullnode1:9000
WS_URL=ws://fullnode1:9000
MODEL_URL=http://ollama:11434
FAUCET_URL=http://faucet:5003/gas
TOOL_URL=http://tools:8080/tool/use
LLM_ASSISTANT_URL=http://tools:8080/predict

0 comments on commit 41892cc

Please sign in to comment.