mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-25 00:16:29 +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
|
||||
fi
|
||||
|
||||
# enable klavis tools if API key is set
|
||||
if [ -n "$KLAVIS_API_KEY" ]; then
|
||||
export USE_KLAVIS_TOOLS=true
|
||||
fi
|
||||
# always show klavis tools, even if API key is not set
|
||||
export USE_KLAVIS_TOOLS=true
|
||||
|
||||
# # 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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue