mirror of
https://github.com/VinciGit00/Scrapegraph-ai.git
synced 2026-06-04 21:01:04 +08:00
12 lines
242 B
Plaintext
12 lines
242 B
Plaintext
# OpenAI API Configuration
|
|
OPENAI_API_KEY=your-openai-api-key-here
|
|
|
|
# Search API Configuration
|
|
SERP_API_KEY=your-serp-api-key-here
|
|
|
|
# Optional Configurations
|
|
MAX_SEARCH_RESULTS=10
|
|
MAX_TOKENS=4000
|
|
MODEL_NAME=gpt-4-1106-preview
|
|
TEMPERATURE=0.7
|