Skip to content

Commit

Permalink
Added API key init
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonBohdan committed Nov 25, 2023
1 parent 2c6dff1 commit f208f1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions neon_llm_palm2/palm2.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ def _system_prompt(self) -> str:
return self.role

def warmup(self):
os.environ["GOOGLE_APPLICATION_CREDENTIALS"] = self.api_key_path
self.model
self.embedding

Expand Down

0 comments on commit f208f1c

Please sign in to comment.