Spaces:
Sleeping
Sleeping
Update cv_extraction_app.py
Browse files- 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-
|
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)
|