You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/generative-apis/reference-content/integrating-generative-apis-with-popular-tools.mdx
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ The following table compares AI tools and libraries supported by Scaleway's Gene
24
24
|[LlamaIndex](#llamaindex-document-indexing-and-retrieval)| Library for indexing and retrieving documents using AI models | Document indexing and retrieval, question answering | Medium |
|[Transformers (Hugging Face)](#transformers-hugging-face-integration)| Library for pre-trained models for natural language processing | Text generation, language translation, text summarization | Medium |
27
-
|[cURL/Python](#api-clients-and-custom-integrations)| Direct API clients for custom integrations | Custom applications, data processing | High |
27
+
|[cURL/Python](#custom-http-integrations)| Direct HTTP API calls for custom integrations | Custom applications, data processing | High |
28
28
29
29
<Messagetype="note">
30
30
The integration effort is subjective and may vary depending on the specific use case and requirements.
@@ -215,7 +215,7 @@ To use Hugging Face for text generation, you can call the `generator` function:
215
215
```python
216
216
print(generator("Write a short poem about the ocean"))
217
217
```
218
-
## API clients and custom integrations
218
+
## Custom HTTP integrations
219
219
220
220
You can interact with Scaleway's Generative APIs directly using any HTTP client.
0 commit comments