chore: update README

This commit is contained in:
cogwheel0
2025-09-10 17:06:38 +05:30
parent c8b0b78782
commit c7f1871cb6
2 changed files with 7 additions and 0 deletions

View File

@@ -68,6 +68,13 @@ flutter run -d ios # or: -d android
- **Multi-modal Support**: Work with vision models
- **Secure Storage**: Credentials stored securely using platform keychains
- **Folder Management**: Organize conversations into folders; create, rename, move, and delete
- **Tools (Function Calling)**: Invoke server-side tools exposed by OpenWebUI, with result rendering
### Authentication
Conduit supports multiple authentication flows when connecting to your OpenWebUI:
- **Username + Password**: Sign in directly against servers that expose a login endpoint. Credentials are stored securely using platform keychains.
- **API Key**: Paste a serverissued API token for stateless auth.
- **Custom Headers**: Add headers during login (e.g., `X-API-Key`, `Authorization`, `X-Org`, or selfhosted SSO headers) that Conduit will include on all HTTP/WebSocket requests.
## Screenshots

Binary file not shown.

Before

Width:  |  Height:  |  Size: 79 MiB

After

Width:  |  Height:  |  Size: 45 MiB