Use gemini-2.0-flash-001 as the default model for GoogleLLMService

This commit is contained in:
Mark Backman
2025-02-06 10:23:33 -05:00
parent dbcf14ddb4
commit 4904f52cee
8 changed files with 14 additions and 24 deletions

View File

@@ -72,9 +72,7 @@ async def main():
vision_aggregator = VisionImageFrameAggregator()
google = GoogleLLMService(
model="gemini-1.5-flash-latest", api_key=os.getenv("GOOGLE_API_KEY")
)
google = GoogleLLMService(model="gemini-2.0-flash-001", api_key=os.getenv("GOOGLE_API_KEY"))
tts = CartesiaTTSService(
api_key=os.getenv("CARTESIA_API_KEY"),