[PR #590] [CLOSED] Add tutorial for openwebui-chat-client Python library #638

Closed
opened 2026-02-15 18:15:18 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/docs/pull/590
Author: @Fu-Jie
Created: 6/21/2025
Status: Closed

Base: mainHead: main


📝 Commits (3)

  • 49bd1c6 Create openwebui-chat-client
  • 4ab36a7 Rename openwebui-chat-client to openwebui-chat-client.md
  • 699d82f Update openwebui-chat-client.md

📊 Changes

1 file changed (+187 additions, -0 deletions)

View changed files

docs/tutorials/openwebui-chat-client.md (+187 -0)

📄 Description

This pull request adds a new tutorial document, openwebui-chat-client.md, to the project documentation. The tutorial provides a comprehensive guide to using the openwebui-chat-client Python library for interacting with the Open WebUI API. It includes installation instructions, feature highlights, usage examples, and troubleshooting tips.

New Documentation: OpenWebUI Chat Client

  • Overview and Features: Introduced the openwebui-chat-client library, which supports multi-modal conversations, single and parallel model chats, Retrieval-Augmented Generation (RAG), knowledge base management, and advanced chat organization.
  • Installation and Quick Start: Provided installation instructions via PyPI and a quick-start example to demonstrate basic usage of the library.
  • Usage Examples: Added detailed examples for:
    • Single model chat (gpt-4.1)
    • Parallel model chat (gpt-4.1 and gemini-2.5-flash)
    • Knowledge base management and RAG integration
    • Chat organization using folders and tags
  • API Reference: Included a table summarizing key methods in the library, such as chat(), `parallel_chat

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/docs/pull/590 **Author:** [@Fu-Jie](https://github.com/Fu-Jie) **Created:** 6/21/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (3) - [`49bd1c6`](https://github.com/open-webui/docs/commit/49bd1c68088d179472b199f26d7270c3457e9c11) Create openwebui-chat-client - [`4ab36a7`](https://github.com/open-webui/docs/commit/4ab36a7f697a776df7fa4a144530bd8469aebd36) Rename openwebui-chat-client to openwebui-chat-client.md - [`699d82f`](https://github.com/open-webui/docs/commit/699d82f0147fb7bdb46aebd1e54fc7b978562bea) Update openwebui-chat-client.md ### 📊 Changes **1 file changed** (+187 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `docs/tutorials/openwebui-chat-client.md` (+187 -0) </details> ### 📄 Description This pull request adds a new tutorial document, `openwebui-chat-client.md`, to the project documentation. The tutorial provides a comprehensive guide to using the `openwebui-chat-client` Python library for interacting with the Open WebUI API. It includes installation instructions, feature highlights, usage examples, and troubleshooting tips. ### New Documentation: OpenWebUI Chat Client * **Overview and Features**: Introduced the `openwebui-chat-client` library, which supports multi-modal conversations, single and parallel model chats, Retrieval-Augmented Generation (RAG), knowledge base management, and advanced chat organization. * **Installation and Quick Start**: Provided installation instructions via PyPI and a quick-start example to demonstrate basic usage of the library. * **Usage Examples**: Added detailed examples for: - Single model chat (`gpt-4.1`) - Parallel model chat (`gpt-4.1` and `gemini-2.5-flash`) - Knowledge base management and RAG integration - Chat organization using folders and tags * **API Reference**: Included a table summarizing key methods in the library, such as `chat()`, `parallel_chat --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 18:15:18 -05:00
yindo closed this issue 2026-02-15 18:15:18 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui/docs#638