diff options
| author | Andrew Lee <andrew@alee14.me> | 2025-03-27 01:59:14 -0400 |
|---|---|---|
| committer | Andrew Lee <andrew@alee14.me> | 2025-03-27 01:59:14 -0400 |
| commit | 7b9a58cac0b59a73562d68540292e89f57bf30cf (patch) | |
| tree | bb4c8344ef0e461e4ab5c7b47ebca904819fcb59 /bot/.env.example | |
| parent | 598e23ab48f29e13b490ac15acc6f7bbe3671028 (diff) | |
| download | AleeBot-7b9a58cac0b59a73562d68540292e89f57bf30cf.tar.gz AleeBot-7b9a58cac0b59a73562d68540292e89f57bf30cf.tar.bz2 AleeBot-7b9a58cac0b59a73562d68540292e89f57bf30cf.zip | |
More activities; LLM model now needs .env; No longer need to confirm a pending quote
Diffstat (limited to 'bot/.env.example')
| -rw-r--r-- | bot/.env.example | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
