Created
May 9, 2025 13:25
-
-
Save up1/e06b6ce05e11b5ea746d6a15fbbb90f2 to your computer and use it in GitHub Desktop.
Pocket Flow Tutorial
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$git clone https://github.com/The-Pocket/PocketFlow-Tutorial-Codebase-Knowledge demo | |
$cd demo | |
$pip install -r requirements.txt | |
# ใช้งาน GEMINI_API_KEY | |
$export GEMINI_API_KEY=<your key> | |
# ลองใช้งาน Pocket Flow Tutorial | |
python main.py --repo https://github.com/username/repo --include "*.py" "*.js" --exclude "tests/*" --max-size 50000 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment