SKYVERN API KEY - doc fix (#2387)
This commit is contained in:
@@ -125,7 +125,7 @@ This quickstart guide will walk you through getting Skyvern up and running on yo
|
|||||||
|
|
||||||
Or send the task anywhere Skyvern is hosted:
|
Or send the task anywhere Skyvern is hosted:
|
||||||
```python
|
```python
|
||||||
skyvern = Skyvern(base_url="http://localhost:8000", api_key="SKYVERN API KEY in LOCAL SKYVERN")
|
skyvern = Skyvern(base_url="http://localhost:8000", api_key="SKYVERN API KEY")
|
||||||
task = await skyvern.agent.run_task(prompt="Find the top post on hackernews today")
|
task = await skyvern.agent.run_task(prompt="Find the top post on hackernews today")
|
||||||
print(task)
|
print(task)
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user