Ifeanyi commited on
Commit
435c09a
·
verified ·
1 Parent(s): 58c41aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ def carbonFootPrintAI(monthly_oil_bill: int,
15
 
16
  genai.configure(api_key=api_key)
17
 
18
- model = genai.GenerativeModel("gemini-1.5-pro")
19
 
20
  # Calculate base values
21
  e_bill = monthly_electricity_bill * 105
 
15
 
16
  genai.configure(api_key=api_key)
17
 
18
+ model = genai.GenerativeModel("gemini-1.5-flash")
19
 
20
  # Calculate base values
21
  e_bill = monthly_electricity_bill * 105