Manasa1 commited on
Commit
d9f9524
·
verified ·
1 Parent(s): 3fbf10f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -106,7 +106,7 @@ with tab2:
106
 
107
  try:
108
  youtube_agent = Agent(
109
- model=Groq(id="llama-3.3-70b-versatile", api_key=groq_api_key),
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="gemma2-9b-it", api_key=groq_api_key),
110
  tools=[YouTubeTools(), DuckDuckGo()],
111
  show_tool_calls=True,
112
  get_video_captions=True,