kgauvin603 commited on
Commit
ce50538
·
verified ·
1 Parent(s): 07dafd9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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 ---