- Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy path.env.example
More file actions
Latest commit
20 lines (16 loc) · 466 Bytes
/
Copy path.env.example
File metadata and controls
20 lines (16 loc) · 466 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Environment Variables for Midscene Python
# AI Model Configuration
MIDSCENE_AI_PROVIDER=openai
MIDSCENE_AI_MODEL=gpt-4-vision-preview
MIDSCENE_AI_API_KEY=your-api-key-here
# MIDSCENE_AI_BASE_URL=https://api.openai.com
# Execution Settings
MIDSCENE_CONCURRENT=1
MIDSCENE_CONTINUE_ON_ERROR=false
MIDSCENE_GENERATE_REPORT=true
# Logging
MIDSCENE_LOG_LEVEL=INFO
MIDSCENE_LOG_FILE=midscene.log
# Development Settings
MIDSCENE_DEBUG=false
MIDSCENE_CACHE_ENABLED=true