Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -72,6 +72,7 @@ supported_llms = {
|
|
72 |
"gpt-3.5-turbo": "Fastest / Lowest Cost - General AWR Healthcheck",
|
73 |
"gpt-4-turbo": "Balanced - Production Performance Analysis",
|
74 |
"gpt-4o": "Deepest Analysis - Exadata, RAC, Smart Scan, Critical Issues",
|
|
|
75 |
}
|
76 |
|
77 |
# --- Utils ---
|
|
|
72 |
"gpt-3.5-turbo": "Fastest / Lowest Cost - General AWR Healthcheck",
|
73 |
"gpt-4-turbo": "Balanced - Production Performance Analysis",
|
74 |
"gpt-4o": "Deepest Analysis - Exadata, RAC, Smart Scan, Critical Issues",
|
75 |
+
"gpt-4.1": "Great for quick coding and analysis",
|
76 |
}
|
77 |
|
78 |
# --- Utils ---
|