mirror of
https://github.com/VinciGit00/Scrapegraph-ai.git
synced 2026-06-06 21:13:22 +08:00
14 lines
249 B
Plaintext
14 lines
249 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
|
|
|
|
# Custom Graph Settings
|
|
CUSTOM_NODE_TIMEOUT=30
|
|
MAX_NODES=10
|
|
DEBUG_MODE=false
|
|
LOG_LEVEL=info
|