Skip to content

Commit 0a43a8d

Browse files
committed
replace run_gaia.sh with setup_gaia.sh
1 parent 6c6d052 commit 0a43a8d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/run_gaia.sh renamed to scripts/setup_gaia.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,5 @@ if [ -z "${SERPER_API_KEY}" ]; then
3737
fi
3838

3939
# Run the Python script
40-
python "$(dirname "$0")/run_gaia.py"
40+
echo "You should be able to run the GAIA agent now using this command:"
41+
echo python "$(dirname "$0")/run_gaia.py"

0 commit comments

Comments
 (0)