Skip to content

Commit

Permalink
docs: update flow first time users
Browse files Browse the repository at this point in the history
  • Loading branch information
davidberenstein1957 committed Sep 30, 2024
1 parent 4d416f1 commit 4b2379c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions argilla/docs/getting_started/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ Argilla is a free, open-source, self-hosted tool. This means you need to deploy

Next, `Argilla.deploy_on_spaces`, which will create a Space in [the Hugging Face Hub](https://huggingface.co/). This method will do the following:

- Deploy an Argilla Space on the Hugging Face Hub, which takes around 2-3 minutes.
- Set the `API_KEY` secret based on the `api_key` you provide. This key will be used to authenticate your requests to the Argilla API.
- Set the `USERNAME` and `PASSWORD` secrets based on the username of the Hugging Face token you provide and the `api_key` you provide.
- Automatically return an authenticated Argilla client, which you can use to interact with your Argilla server.
- This will take around 2-3 minutes to complete.
- Set the `USERNAME` and `PASSWORD` secrets based on the username of the Hugging Face token you provide and the `api_key` you provide, respectively.
- Automatically return an authenticated Argilla client, which you can directly use to interact with your Argilla server.

```python
import argilla as rg
Expand Down

0 comments on commit 4b2379c

Please sign in to comment.