amrtahlawi commited on
Commit
9014b92
·
verified ·
1 Parent(s): d377c99

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ from tools.catering_service_tool import SimpleTool as CateringServiceTool
12
  from tools.superhero_party_theme_generator import SuperheroPartyThemeTool as SuperheroPartyThemeGenerator
13
  from tools.final_answer import FinalAnswerTool as FinalAnswer
14
 
15
- api_key = os.getenv("OPENAI_API_KEY")
16
 
17
  model = LiteLLMModel(
18
  model_id='gemini/gemini-2.0-flash-lite',
 
12
  from tools.superhero_party_theme_generator import SuperheroPartyThemeTool as SuperheroPartyThemeGenerator
13
  from tools.final_answer import FinalAnswerTool as FinalAnswer
14
 
15
+ api_key = os.getenv("GOOGLE_API_KEY")
16
 
17
  model = LiteLLMModel(
18
  model_id='gemini/gemini-2.0-flash-lite',