Skip to content

Commit

Permalink
add tavily key
Browse files Browse the repository at this point in the history
  • Loading branch information
kongzii committed Feb 23, 2024
1 parent fa43aa4 commit c3a63e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ def deploy(
deployable_agent_name: str,
manifold_api_key_secret_name: str,
openai_api_key_secret_name: str,
tavity_api_key_secret_name: str,
) -> None:
"""
Script to execute locally to deploy the agent to GCP.
Expand All @@ -37,6 +38,7 @@ def deploy(
secrets={
"MANIFOLD_API_KEY": f"{manifold_api_key_secret_name}:latest",
"OPENAI_API_KEY": f"{openai_api_key_secret_name}:latest",
"TAVILY_API_KEY": f"{tavity_api_key_secret_name}:latest",
},
)

Expand Down

0 comments on commit c3a63e8

Please sign in to comment.