mirror of
https://github.com/lfnovo/open-notebook.git
synced 2026-05-02 13:20:30 +00:00
fix: replace GEMINI_API_KEY with GOOGLE_API_KEY as per new SDK
This commit is contained in:
parent
6ec531700b
commit
aa4912334b
3 changed files with 3 additions and 3 deletions
|
|
@ -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":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue