Scrapegraph-ai/examples/xml_scraper_graph/.env.example
2025-01-07 14:48:40 +01:00

11 lines
215 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
# XML Scraper Settings
XPATH_TIMEOUT=30
VALIDATE_XML=true