Skip to content

Commit e9972d4

Browse files
committed
fix(conflicts): fix zed file conflicts
1 parent a43dbac commit e9972d4

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

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

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ The following table compares AI tools and libraries supported by Scaleway's Gene
2525
| [Continue Dev](#continue-dev-ai-coding-assistance) | IDE extension for AI-powered coding assistance | Code completion, code review | Low |
2626
| [Zed AI](#zed-ai-coding-assistance) | IDE including AI-powered coding assistance | Code completion, code review | Low |
2727
| [Chatbox AI](#chatbox-ai) | Desktop client for generative APIs, available on Windows, Mac, Linux | AI copilot for documents, images, or code| Low |
28-
| [Open Web UI](#open-webui) | User interface for chatbot applications | Creating web chatbot interfaces, RAG agents | Low |
2928
| [cURL/Python](#custom-http-integrations) | Direct HTTP API calls for custom integrations | Custom applications, data processing | High |
3029

3130
<Message type="note">
@@ -196,13 +195,6 @@ Chatbox AI is a powerful AI client and smart assistant, compatible with Scaleway
196195
Refer to our dedicated documentation for [installing and configuring Chatbox AI with Generative APIs](/tutorials/configure-chatboxai-with-generative-apis/)
197196
</Message>
198197

199-
## Open WebUI
200-
201-
Open WebUI is an open-source, self-hosted user interface designed for interacting with large language models (LLMs) through a browser. It offers an intuitive chat-based experience, similar to ChatGPT, making it simple to work with AI models locally or through API integrations. Fully compatible with Scaleway’s Generative APIs, Open WebUI enables users to deploy and manage an AI chat application with little effort.
202-
<Message type="tip">
203-
Follow our guide on [installing and configuring Open WebUI with Generative APIs](/tutorials/deploy-openwebui-with-generative-apis/) to get started.
204-
</Message>
205-
206198
## Custom HTTP integrations
207199

208200
You can interact with Scaleway's Generative APIs directly using any HTTP client.
@@ -246,4 +238,4 @@ print(response.json()["choices"][0]["message"]["content"])
246238
```
247239
<Message type="tip">
248240
Make sure to replace `<API secret key>` with your actual API key.
249-
</Message>
241+
</Message>

0 commit comments

Comments
 (0)