Skip to content

Commit

Permalink
Oops, great catch from insop!
Browse files Browse the repository at this point in the history
  • Loading branch information
CShorten committed Feb 16, 2024
1 parent 9b213df commit 9c11eba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dsp/modules/google.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def __init__(
Additional arguments to pass to the API provider.
"""
super().__init__(model)
self.google = genai.configure(api_key="")
self.google = genai.configure(api_key=self.api_key)
self.provider = "google"
self.kwargs = {
"model_name": model,
Expand Down

0 comments on commit 9c11eba

Please sign in to comment.