Files
conversations/bin/compose
T
Quentin BEY ea596733b8 🎉(conversations) bootstrap backend & frontend
This is the first commit which provides all the first stack for a
working chat.
The code currently require a local ollama to serve models.
2025-07-01 22:50:36 +02:00

7 lines
129 B
Bash
Executable File

#!/usr/bin/env bash
# shellcheck source=bin/_config.sh
source "$(dirname "${BASH_SOURCE[0]}")/_config.sh"
_docker_compose "$@"