mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-09-14 17:29:40 +00:00
return dummy llm api handler which will raise exception if called (#1954)
This commit is contained in:
parent
6cc595d04c
commit
205e2b35c0
3 changed files with 19 additions and 3 deletions
|
@ -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)."
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue