Zwounds commited on
Commit
9ce1680
·
verified ·
1 Parent(s): b265e28

Update cv_extraction_app.py

Browse files
Files changed (1) hide show
  1. cv_extraction_app.py +1 -1
cv_extraction_app.py CHANGED
@@ -38,7 +38,7 @@ logging.basicConfig(level=logging.INFO, format='%(asctime)s - %(levelname)s - %(
38
 
39
  # --- Configuration ---
40
  GOOGLE_API_KEY = os.environ.get('GOOGLE_API_KEY')
41
- MODEL_NAME = 'gemini-2.5-flash-preview-04-17' # Using the original model as specified
42
  APP_PASSWORD = os.environ.get('APP_PASSWORD') # Password for app authentication
43
 
44
  # Main categories (first tier)
 
38
 
39
  # --- Configuration ---
40
  GOOGLE_API_KEY = os.environ.get('GOOGLE_API_KEY')
41
+ MODEL_NAME = 'gemini-2.5-flash-preview-05-20' # Using the original model as specified
42
  APP_PASSWORD = os.environ.get('APP_PASSWORD') # Password for app authentication
43
 
44
  # Main categories (first tier)