tonko22 commited on
Commit
954cb35
·
1 Parent(s): 7cc9db2
Files changed (1) hide show
  1. tools/analysis_tools.py +1 -1
tools/analysis_tools.py CHANGED
@@ -24,7 +24,7 @@ class AnalyzeLyricsTool(Tool):
24
 
25
  def __init__(self, model_id=None):
26
  super().__init__()
27
- self.model_id = model_id or "openrouter/google/gemini-2.0-flash-lite-preview-02-05:free"
28
 
29
  def forward(self, song_title: str, artist: str, lyrics: str) -> str:
30
  """
 
24
 
25
  def __init__(self, model_id=None):
26
  super().__init__()
27
+ self.model_id = model_id or "gemini/gemini-2.0-flash"
28
 
29
  def forward(self, song_title: str, artist: str, lyrics: str) -> str:
30
  """