mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-19 21:52:27 +00:00
set .env to 24.04.1
This commit is contained in:
parent
d7c26b49ed
commit
1d3cc7cd4a
1 changed files with 2 additions and 2 deletions
4
.env
4
.env
|
@ -126,7 +126,7 @@ BEELZEBUB_OLLAMA_MODEL: "openchat"
|
||||||
# GALAH_LLM_CLOUD_PROJECT: ""
|
# GALAH_LLM_CLOUD_PROJECT: ""
|
||||||
GALAH_LLM_PROVIDER: "ollama"
|
GALAH_LLM_PROVIDER: "ollama"
|
||||||
GALAH_LLM_SERVER_URL: "http://ollama.local:11434"
|
GALAH_LLM_SERVER_URL: "http://ollama.local:11434"
|
||||||
GALAH_LLM_MODEL: "llama3"
|
GALAH_LLM_MODEL: "llama3.1"
|
||||||
|
|
||||||
|
|
||||||
###################################################################################
|
###################################################################################
|
||||||
|
@ -149,7 +149,7 @@ TPOT_DOCKER_COMPOSE=./docker-compose.yml
|
||||||
TPOT_REPO=dtagdevsec
|
TPOT_REPO=dtagdevsec
|
||||||
|
|
||||||
# T-Pot Version Tag
|
# T-Pot Version Tag
|
||||||
TPOT_VERSION=24.04
|
TPOT_VERSION=24.04.1
|
||||||
|
|
||||||
# T-Pot Pull Policy
|
# T-Pot Pull Policy
|
||||||
# always: (T-Pot default) Compose implementations SHOULD always pull the image from the registry.
|
# always: (T-Pot default) Compose implementations SHOULD always pull the image from the registry.
|
||||||
|
|
Loading…
Reference in a new issue