mirror of
https://github.com/crewAIInc/crewAI-examples.git
synced 2026-01-07 21:13:52 -05:00
* Reorganize repo structure and upgrade to CrewAI 0.152.0 * chore(gitignore): ignore Python bytecode and __pycache__ across templates * chore(gitignore): ignore Python bytecode and __pycache__ across templates; clean tracked artifacts * Update crews/instagram_post/pyproject.toml Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
3 lines
137 B
Plaintext
3 lines
137 B
Plaintext
SERPER_API_KEY=KEY # https://serper.dev/ (free tier)
|
|
BROWSERLESS_API_KEY=KEY # https://www.browserless.io/ (free tier)
|
|
OPENAI_API_KEY=KEY |