feat: add Honcho memory provider with Traefik + Authelia #48

Open
Hermes wants to merge 43 commits from feat/honcho-only into master
9 changed files with 521 additions and 0 deletions
Showing only changes of commit 6774af7c13 - Show all commits

View File

@@ -175,7 +175,7 @@ services:
- AUTH_JWT_SECRET=${AUTH_JWT_SECRET}
- OPENAI_API_KEY=${OPENAI_API_KEY}
# Needed by deriver/dream to make LLM calls (api_key_env = "HONCHO_OPENAI_API_KEY" in config.toml)
- HONCHO_OPENAI_API_KEY=${OPENAI_API_KEY}
- HONCHO_OPENAI_API_KEY=${HONCHO_OPENAI_API_KEY}
volumes:
- honcho_data:/app/data
- /mnt/HoardingCow_docker_data/Honcho/config.toml:/app/config.toml:ro