Skip to content

Commit 36f9245

Browse files
authored
Update integrating-generative-apis-with-popular-tools.mdx
1 parent c3f63f4 commit 36f9245

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/generative-apis/reference-content/integrating-generative-apis-with-popular-tools.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The following table compares AI tools and libraries supported by Scaleway's Gene
1919

2020
| Tool/Library | Description | Use cases | Integration effort |
2121
| --- | --- | --- | --- |
22-
| [OpenAI](#openai-compatible-libraries) | Popular AI library for natural language processing | Text generation, language translation, text summarization | Low |
22+
| [OpenAI client](#openai-client-libraries) | Popular AI library for natural language processing | Text generation, language translation, text summarization | Low |
2323
| [LangChain](#langchain-rag-and-llm-applications) | Library for building AI applications | Inference, embeddings, document indexing and retrieval | Medium |
2424
| [LlamaIndex](#llamaindex-document-indexing-and-retrieval) | Library for indexing and retrieving documents using AI models | Document indexing and retrieval, question answering | Medium |
2525
| [Continue Dev](#continue-dev-ai-coding-assistance) | Library for AI-powered coding assistance | Code completion, code review | Low |
@@ -30,7 +30,7 @@ The following table compares AI tools and libraries supported by Scaleway's Gene
3030
The integration effort is subjective and may vary depending on the specific use case and requirements.
3131
</Message>
3232

33-
## OpenAI-compatible libraries
33+
## OpenAI client libraries
3434

3535
Scaleway Generative APIs follow OpenAI's API structure, making integration straightforward. To get started, you'll need to install the OpenAI library and set up your API key.
3636

0 commit comments

Comments
 (0)