works, but still needs a parallel pipeline

This commit is contained in:
Chad Bailey
2025-02-05 15:40:41 +00:00
parent cd1b429308
commit 9e64724618
3 changed files with 62 additions and 12 deletions

View File

@@ -63,7 +63,7 @@ async def main():
)
llm = GoogleLLMService(
model="gemini-1.5-flash-latest",
model="gemini-2.0-flash-exp",
# model="gemini-exp-1114",
api_key=os.getenv("GOOGLE_API_KEY"),
)