Skip to content

Commit

Permalink
Update API key
Browse files Browse the repository at this point in the history
  • Loading branch information
humpydonkey committed May 16, 2024
1 parent 8a0bbc5 commit 32d1a03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vision_agent/utils/type_defs.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class LandingaiAPIKey(BaseSettings):
"""

api_key: str = Field(
default="land_sk_hw34v3tyEc35OAhP8F7hnGnrDv2C8hD2ycMyq0aMkVS1H40D22",
default="land_sk_PCRPYKqB3cq0JWGY83hjEk33SWSDOwdNoyUjTgCDMZO4NxeCXW",
alias="LANDINGAI_API_KEY",
description="The API key of LandingAI.",
)
Expand Down

0 comments on commit 32d1a03

Please sign in to comment.