We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcdba69 commit b694cfcCopy full SHA for b694cfc
Makefile
@@ -8,4 +8,4 @@ venv:
8
9
run: install-requirements
10
@if [ ! -d "venv" ]; then $(MAKE) venv; fi
11
- @source .env && python app/src/main.py
+ @source .env && python app/src/gift-ideas-ai-multi-agent.py
0 commit comments