From 7b9a58cac0b59a73562d68540292e89f57bf30cf Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Thu, 27 Mar 2025 01:59:14 -0400 Subject: More activities; LLM model now needs .env; No longer need to confirm a pending quote --- bot/.env.example | 1 + 1 file changed, 1 insertion(+) (limited to 'bot/.env.example') diff --git a/bot/.env.example b/bot/.env.example index 40766e0..c132012 100644 --- a/bot/.env.example +++ b/bot/.env.example @@ -3,6 +3,7 @@ PORT=3010 CLIENT_ID=[Bot ID] STATUS_CHANNEL_ID=[Channel ID] OLLAMA_URL=[Ollama API URL] +OLLAMA_MODEL=[LLM] JWT_SECRET=[openssl rand -base64 32] API_USERNAME=admin -- cgit v1.2.3