Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -106,7 +106,7 @@ with tab2:
|
|
| 106 |
|
| 107 |
try:
|
| 108 |
youtube_agent = Agent(
|
| 109 |
-
model=Groq(id="
|
| 110 |
tools=[YouTubeTools(), DuckDuckGo()],
|
| 111 |
show_tool_calls=True,
|
| 112 |
get_video_captions=True,
|
|
|
|
| 106 |
|
| 107 |
try:
|
| 108 |
youtube_agent = Agent(
|
| 109 |
+
model=Groq(id="llama3-8b-8192", api_key=groq_api_key),
|
| 110 |
tools=[YouTubeTools(), DuckDuckGo()],
|
| 111 |
show_tool_calls=True,
|
| 112 |
get_video_captions=True,
|