We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c6d052 commit 0a43a8dCopy full SHA for 0a43a8d
scripts/run_gaia.sh renamed to scripts/setup_gaia.sh
@@ -37,4 +37,5 @@ if [ -z "${SERPER_API_KEY}" ]; then
37
fi
38
39
# Run the Python script
40
-python "$(dirname "$0")/run_gaia.py"
+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