From 1d3cc7cd4a421d4f9ff6e927a0a14703edef6c51 Mon Sep 17 00:00:00 2001 From: t3chn0m4g3 Date: Tue, 10 Dec 2024 14:11:52 +0100 Subject: [PATCH] set .env to 24.04.1 --- .env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env b/.env index eaa3d763..3d06eca7 100644 --- a/.env +++ b/.env @@ -126,7 +126,7 @@ BEELZEBUB_OLLAMA_MODEL: "openchat" # GALAH_LLM_CLOUD_PROJECT: "" GALAH_LLM_PROVIDER: "ollama" 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 # T-Pot Version Tag -TPOT_VERSION=24.04 +TPOT_VERSION=24.04.1 # T-Pot Pull Policy # always: (T-Pot default) Compose implementations SHOULD always pull the image from the registry.