SDK: use Skyvern.local() factory method (#4206)
This commit is contained in:
committed by
GitHub
parent
32fb2315f0
commit
e1693b2fef
@@ -50,7 +50,7 @@ You can also run browser tasks locally with Python code, with a little bit of se
|
||||
from skyvern import Skyvern
|
||||
import asyncio
|
||||
|
||||
skyvern = Skyvern()
|
||||
skyvern = Skyvern(api_key="YOUR_LOCAL_API_KEY")
|
||||
|
||||
asyncio.run(skyvern.run_task(prompt="Find the top post on hackernews today"))
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user