Skip to content

Commit

Permalink
Switch to prod tool endpoint
Browse files Browse the repository at this point in the history
Switch the tool endpoint to the production endpoint
  • Loading branch information
humpydonkey authored Jul 26, 2024
1 parent 0f616e0 commit 0895ca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vision_agent/tools/tool_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

_LOGGER = logging.getLogger(__name__)
_LND_API_KEY = LandingaiAPIKey().api_key
_LND_API_URL = "https://api.staging.landing.ai/v1/agent"
_LND_API_URL = "https://api.landing.ai/v1/agent"


class ToolCallTrace(BaseModel):
Expand Down

0 comments on commit 0895ca0

Please sign in to comment.