Scrapegraph-ai/examples/json_scraper_graph/.env.example
Marco Vinciguerra dc0a138a7e run pre commit
2025-01-12 16:35:31 +01:00

12 lines
204 B
Plaintext

# OpenAI API Configuration
OPENAI_API_KEY=your-openai-api-key-here
# Optional Configurations
MAX_TOKENS=4000
MODEL_NAME=gpt-4-1106-preview
TEMPERATURE=0.7
# JSON Scraper Settings
MAX_DEPTH=3
TIMEOUT=30