pulkitme
commited on
Commit
·
2a23dee
1
Parent(s):
bb95cb1
simple smolagent with duck duck go search tool and youtube transcription tool
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ from langchain_community.document_loaders import YoutubeLoader
|
|
10 |
|
11 |
|
12 |
#client = genai.Client(api_key=os.getenv("API_KEY"))
|
13 |
-
model = LiteLLMModel(model_id="gemini/gemini-2.
|
14 |
api_key=os.getenv("API_KEY"))
|
15 |
# (Keep Constants as is)
|
16 |
# --- Constants ---
|
|
|
10 |
|
11 |
|
12 |
#client = genai.Client(api_key=os.getenv("API_KEY"))
|
13 |
+
model = LiteLLMModel(model_id="gemini/gemini-2.0-flash-exp",
|
14 |
api_key=os.getenv("API_KEY"))
|
15 |
# (Keep Constants as is)
|
16 |
# --- Constants ---
|