mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-23 01:51:58 -05:00
[PR #15309] [CLOSED] FEAT: adding export as JSON or JSONL to playground, import button #46835
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/15309
Author: @cvaz1306
Created: 6/25/2025
Status: ❌ Closed
Base:
dev← Head:feat/add-save-button-to-playground-jsonl📝 Commits (1)
7e4b24aadding export as JSON or JSONL to playground, import button📊 Changes
60 files changed (+1032 additions, -6 deletions)
View changed files
📝
backend/open_webui/retrieval/web/brave.py(+3 -1)📝
backend/open_webui/routers/images.py(+5 -3)➕
src/lib/components/icons/Export.svelte(+19 -0)📝
src/lib/components/playground/Chat.svelte(+220 -1)📝
src/lib/i18n/locales/ar-BH/translation.json(+14 -0)📝
src/lib/i18n/locales/ar/translation.json(+14 -0)📝
src/lib/i18n/locales/bg-BG/translation.json(+14 -0)📝
src/lib/i18n/locales/bn-BD/translation.json(+14 -0)📝
src/lib/i18n/locales/bo-TB/translation.json(+14 -0)📝
src/lib/i18n/locales/ca-ES/translation.json(+14 -0)📝
src/lib/i18n/locales/ceb-PH/translation.json(+14 -0)📝
src/lib/i18n/locales/cs-CZ/translation.json(+14 -0)📝
src/lib/i18n/locales/da-DK/translation.json(+14 -0)📝
src/lib/i18n/locales/de-DE/translation.json(+14 -0)📝
src/lib/i18n/locales/dg-DG/translation.json(+14 -0)📝
src/lib/i18n/locales/el-GR/translation.json(+14 -0)📝
src/lib/i18n/locales/en-GB/translation.json(+14 -0)📝
src/lib/i18n/locales/en-US/translation.json(+15 -1)📝
src/lib/i18n/locales/es-ES/translation.json(+14 -0)📝
src/lib/i18n/locales/et-EE/translation.json(+14 -0)...and 40 more files
📄 Description
Description
JSONLfile, importable again into the playground interface.Changelog
Added
Additional Information
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.