Eric Curtin
0beaed85aa
Document llmman and rename OLLAMA_IP/PORT to LLM_ENDPOINT/PORT ( #198 )
...
llmman (https://github.com/llmmanorg/llmman ) serves the Ollama API on
port 17434 and works with the bot as-is, so document it in setup-local
and link it from the README. Since the backend is no longer Ollama-only,
rename the env vars to LLM_ENDPOINT / LLM_PORT as requested in review.
OLLAMA_IP / OLLAMA_PORT are kept as deprecated aliases in keys.ts and
docker-compose.yml so existing deployments keep working.
2026-09-10 17:42:42 -07:00
Jonathan Smoley
1074fe2270
Removed Redis Dependency ( #184 )
2025-06-20 17:04:56 -07:00
Jonathan Smoley and snyk-bot
2ea77c92f0
Prepare Redis Environment ( #133 )
...
* add redis container
* Updated Guides and Goals (#134 )
* Update README.md
* Update commands-guide.md
* Update events-guide.md
* Update commands-guide.md
* Added: redis client
* Fixed: redis mock in commands.test.ts
* Updated: npm package patches
* Fixed: redis ip name in keys.ts
* update Node LTS version, workflow env vars
* Updated: node package engine requirements
* Updated: documentation
* fix: upgrade dotenv from 16.4.5 to 16.4.7 (#152 )
Snyk has created this PR to upgrade dotenv from 16.4.5 to 16.4.7.
See this package in npm:
dotenv
See this project in Snyk:
https://app.snyk.io/org/jt2m0l3y/project/d8b070a3-e4a3-457a-977b-7eb6a4a48346?utm_source=github&utm_medium=referral&page=upgrade-pr
Co-authored-by: snyk-bot <snyk-bot@snyk.io >
* Update: docs patches, connection ordering
---------
Co-authored-by: snyk-bot <snyk-bot@snyk.io >
2024-12-30 15:53:29 -08:00
Kevin Dang
9f61f6bc6c
Switch Model Command ( #126 )
2024-10-12 22:03:31 -07:00
Kevin Dang and JT2M0L3Y
b49b464afb
Script Cleaning and Fixes ( #114 )
...
* organized existing scripts
* Delete nodemon.json
* exclude test/* from vitest
* remove nodemon from package
* Update: slight adjustments to package.json and readme
* Update: more small changes to readme
* Fix: cleanup scripts and start scripts
---------
Co-authored-by: JT2M0L3Y <jtsmoley@icloud.com >
2024-09-05 19:15:44 -07:00
Kevin Dang
7f1326f93e
Guide and Documentation Overhaul ( #79 )
...
* Update: Local setup
* Update: docker setup changes
* Add: Discord App Creation Guide
* Update: readme changes
* Update: discord app guide link
2024-06-28 21:45:38 -07:00
Kevin Dang
1b70fc2787
Nvidia Container Toolkit Setup and Docs ( #26 )
...
* update: nvidia as runtime
* add: setup instructions for nvidia
* update: setup-docker.md
2024-03-28 12:01:33 -07:00
Kevin Dang and JT2M0L3Y
43fb2ea94e
User Preferences and Setup Docs ( #20 )
...
* added message style command
* docker setup scripts
* reformat messageStyle.ts
* fix: register unregister on deploy
* add: messageStream preference
* add: json config handler
* update: messageCreate gets config
* update: shifted chat to config callback
* fix: naming conventions based on discord
* update: setup in docs now
* add: static docker ips
* version increment
* add: bot message for no config
* fix: no config case
* add: clarification for subnetting
* update: version increment in lock file
---------
Co-authored-by: JT2M0L3Y <jtsmoley@icloud.com >
2024-03-22 10:37:06 -07:00