mirror of
https://github.com/VinciGit00/Scrapegraph-ai.git
synced 2026-06-15 21:00:30 +08:00
15 lines
285 B
Plaintext
15 lines
285 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
|
|
|
|
# Code Generator Settings
|
|
DEFAULT_LANGUAGE=python
|
|
GENERATE_TESTS=true
|
|
ADD_DOCUMENTATION=true
|
|
CODE_STYLE=pep8
|
|
TYPE_CHECKING=true
|