mirror of
https://github.com/crewAIInc/crewAI-examples.git
synced 2026-01-09 22:08:02 -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>
9 lines
180 B
Plaintext
9 lines
180 B
Plaintext
OPENAI_API_KEY=...
|
|
TAVILY_API_KEY=... (tavily.com)
|
|
MY_EMAIL=... (your email)
|
|
|
|
# Optional
|
|
LANGCHAIN_TRACING_V2=...
|
|
LANGCHAIN_ENDPOINT=...
|
|
LANGCHAIN_API_KEY=...
|
|
LANGCHAIN_PROJECT=... |