Marek4321 commited on
Commit
dd3a196
·
verified ·
1 Parent(s): 6ceb324

Update config.py

Browse files
Files changed (1) hide show
  1. config.py +1 -1
config.py CHANGED
@@ -12,7 +12,7 @@ def get_openai_api_key():
12
  # Application Configuration
13
  MAX_IMAGE_SIZE = 10 * 1024 * 1024 # 10MB
14
  SUPPORTED_FORMATS = ['jpg', 'jpeg', 'png', 'webp']
15
- AI_MODEL = "gpt-4-vision-preview"
16
 
17
  # Analysis Settings
18
  ANALYSIS_TIMEOUT = 60 # seconds
 
12
  # Application Configuration
13
  MAX_IMAGE_SIZE = 10 * 1024 * 1024 # 10MB
14
  SUPPORTED_FORMATS = ['jpg', 'jpeg', 'png', 'webp']
15
+ AI_MODEL = "gpt-5"
16
 
17
  # Analysis Settings
18
  ANALYSIS_TIMEOUT = 60 # seconds