Skip to content

Commit

Permalink
Update type_defs.py
Browse files Browse the repository at this point in the history
  • Loading branch information
humpydonkey authored Jul 26, 2024
1 parent 0895ca0 commit 24bd624
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 @@ -14,7 +14,7 @@ class LandingaiAPIKey(BaseSettings):
"""

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

0 comments on commit 24bd624

Please sign in to comment.