patricksamuel commited on
Commit
d5ba12c
·
verified ·
1 Parent(s): 2eb2b18

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ from agents.extensions.models.litellm_model import LitellmModel
19
 
20
  os.getenv("OPENAI_API_KEY")
21
  os.getenv("GEMINI_API_KEY")
22
- os.environ["LITELLM_PROVIDER"] = "gemini"
23
 
24
  # add this
25
  nest_asyncio.apply()
 
19
 
20
  os.getenv("OPENAI_API_KEY")
21
  os.getenv("GEMINI_API_KEY")
22
+
23
 
24
  # add this
25
  nest_asyncio.apply()