abhishekjoel commited on
Commit
bce00ac
·
verified ·
1 Parent(s): ac53021

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import os
3
  from groq import Groq
4
 
5
  # Initialize Groq client
6
- client = Groq(api_key=os.environ.get("GROQ_API_KEY"))
7
 
8
  def calculate_carbon_footprint(energy_consumption, transportation_km, waste_production, water_usage, food_choices):
9
  try:
 
3
  from groq import Groq
4
 
5
  # Initialize Groq client
6
+ client = Groq(api_key=os.environ.get("CHATAPI"))
7
 
8
  def calculate_carbon_footprint(energy_consumption, transportation_km, waste_production, water_usage, food_choices):
9
  try: