Skip to content

Added .env.example file for meta_quest_knowledge #248

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions meta_quest_knowledge/.env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@

# .env.example — Rename this to `.env` and fill in your API keys to get started

# API Keys

# Optional: Uncomment and set if using a custom OpenAI API base
# OPENAI_API_KEY=your-openai-api-key
# OPENAI_API_BASE=https://api.openai.com/v1

# Optional: Uncomment and set if using Serper for search capabilities
# SERPER_API_KEY=your-serper-api-key

# Optional: Uncomment and set if using Anthropic's Claude models
# ANTHROPIC_API_KEY=your-anthropic-api-key

# Optional: Uncomment and set if using Groq's API
# GROQ_API_KEY=your-groq-api-key

# Optional: Uncomment and set if using Ollama locally
OLLAMA_HOST=http://localhost:11434
OLLAMA_MODELS=ollama/llama3.1

# Optional: Uncomment and set if using AgentOps
# AGENTOPS_API_KEY=your-agentops-api-key
# AGENTOPS_ENABLED=False

# Optional: Uncomment and set if using XAI's API
# XAI_API_KEY=your-xai-api-key

# Optional: Uncomment and set if connecting to a PostgreSQL database
# DB_URL=postgresql://crewai_user:secret@db:5432/crewai