return dummy llm api handler which will raise exception if called (#1954)

This commit is contained in:
Shuchang Zheng 2025-03-17 12:37:10 -07:00 committed by GitHub
parent 6cc595d04c
commit 205e2b35c0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 19 additions and 3 deletions

View file

@ -55,7 +55,7 @@ if not any(
]
):
LOG.warning(
"At least one LLM provider must be enabled. Run setup.sh and follow through the LLM provider setup, or "
"To run skyvern locally, you need to enable at least one LLM provider. Run setup.sh and follow through the LLM provider setup, or "
"update the .env file (check out .env.example to see the required environment variables)."
)