mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-05-02 20:03:21 +02:00
disable klavis tools by default
This commit is contained in:
parent
078f785a9e
commit
1b47a03ff1
5 changed files with 41 additions and 16 deletions
5
start.sh
5
start.sh
|
|
@ -14,6 +14,11 @@ if [ -n "$COMPOSIO_API_KEY" ]; then
|
|||
export USE_COMPOSIO_TOOLS=true
|
||||
fi
|
||||
|
||||
# enable klavis tools if API key is set
|
||||
if [ -n "$KLAVIS_API_KEY" ]; then
|
||||
export USE_KLAVIS_TOOLS=true
|
||||
fi
|
||||
|
||||
# Start with the base command and profile flags
|
||||
CMD="docker-compose"
|
||||
CMD="$CMD --profile setup_qdrant"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue