14 lines
249 B
Bash
14 lines
249 B
Bash
# 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
|
|
|
|
# Omni Scraper Settings
|
|
DEFAULT_FORMAT=auto
|
|
TIMEOUT=60
|
|
MAX_RETRIES=3
|
|
USER_AGENT=Mozilla/5.0
|