Skip to content

Commit 77f8f21

Browse files
docs(tei): remove duplicate example
1 parent b43ab35 commit 77f8f21

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

docs/source/en/quick_tour.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -93,18 +93,6 @@ response = client.embeddings.create(
9393
print(response.data[0].embedding)
9494
```
9595

96-
Alternatively, you can also send the request with cURL as follows:
97-
98-
```bash
99-
curl http://localhost/v1/embeddings \
100-
-H "Content-Type: application/json" \
101-
-d '{
102-
"input": "What is Deep Learning?",
103-
"model": "text-embeddings-inference",
104-
"encoding_format": "float"
105-
}'
106-
``
107-
10896
Alternatively, you can also send the request with cURL as follows:
10997
```bash
11098
curl http://localhost:8080/v1/embeddings \

0 commit comments

Comments
 (0)