mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-07-18 21:21:11 +02:00
always show klavis tools
This commit is contained in:
parent
36412120a4
commit
68659d62d1
1 changed files with 7 additions and 4 deletions
11
start.sh
11
start.sh
|
|
@ -14,10 +14,13 @@ if [ -n "$COMPOSIO_API_KEY" ]; then
|
||||||
export USE_COMPOSIO_TOOLS=true
|
export USE_COMPOSIO_TOOLS=true
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# enable klavis tools if API key is set
|
# always show klavis tools, even if API key is not set
|
||||||
if [ -n "$KLAVIS_API_KEY" ]; then
|
export USE_KLAVIS_TOOLS=true
|
||||||
export USE_KLAVIS_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
|
# Start with the base command and profile flags
|
||||||
CMD="docker-compose"
|
CMD="docker-compose"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue