fix: replace GEMINI_API_KEY with GOOGLE_API_KEY as per new SDK

This commit is contained in:
LUIS NOVO 2025-05-22 09:12:36 -03:00
parent 6ec531700b
commit aa4912334b
3 changed files with 3 additions and 3 deletions

View file

@ -108,7 +108,7 @@ class PodcastConfig(ObjectModel):
api_key_label = "ANTHROPIC_API_KEY"
llm_model_name = self.transcript_model
elif self.transcript_model_provider == "gemini":
api_key_label = "GEMINI_API_KEY"
api_key_label = "GOOGLE_API_KEY"
llm_model_name = self.transcript_model
if self.provider == "gemini":