-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.example
More file actions
33 lines (27 loc) · 765 Bytes
/
env.example
File metadata and controls
33 lines (27 loc) · 765 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# AI Tutor MVP Environment Configuration
# Google Cloud Configuration
GOOGLE_GENAI_USE_VERTEXAI=true
GOOGLE_CLOUD_PROJECT=your-project-id
GOOGLE_CLOUD_LOCATION=us-central1
GOOGLE_CLOUD_STORAGE_BUCKET=your-storage-bucket
# Agent Configuration
AGENT_NAME=ai_tutor
AGENT_MODEL=gemini-2.0-flash-exp
# Learning Configuration
DEFAULT_LEARNING_STYLE=visual
DEFAULT_TIMELINE=4_weeks
MAX_CHECKPOINTS=10
CONTENT_GENERATION_ENABLED=true
# Evaluation Configuration
EVALUATION_THRESHOLD=70
ADAPTATION_SENSITIVITY=medium
FEEDBACK_DETAIL_LEVEL=detailed
# Multimedia Configuration
IMAGE_GENERATION_ENABLED=true
VIDEO_GENERATION_ENABLED=true
AUDIO_GENERATION_ENABLED=true
TEXT_GENERATION_ENABLED=true
# Debug Configuration
DEBUG_MODE=false
LOG_LEVEL=INFO
VERBOSE_OUTPUT=false