jialin and jialin
5321973ebe
perf(charts): import chart components from @gpustack/core-ui/charts
...
Switch all echarts-based chart imports to the dedicated core-ui charts
entry so echarts stays out of the synchronous entry bundle and loads
only on chart routes. Requires @gpustack/core-ui with the ./charts export.
2026-07-01 20:54:26 +08:00
jialin and jialin
0a1f875590
perf(markdown): load katex css lazily via local FullMarkdown wrapper
...
core-ui no longer bundles katex.min.css (it would base64-inline ~1.4MB
of fonts into the render-blocking global css). Wrap FullMarkdown locally
to co-locate the katex stylesheet so it loads only in the routes that
render math.
2026-07-01 20:54:26 +08:00
jialin and jialin
d07d3b2c99
refactor(layout): adopt header-slot page container across pages
2026-07-01 19:11:47 +08:00
jialin and jialin
4709661f93
fix(tts): reset form fields to initialvalues after model changed
2026-06-25 14:34:15 +08:00
jialin and jialin
1cf146ca32
fix(usage): dynamic bar color value
2026-06-24 20:54:16 +08:00
jialin and jialin
84304eadb7
fix(playgroundimage): allow to input size
2026-06-18 16:03:35 +08:00
jialin and jialin
7adc089e94
fix: save the default_width, default_height in image size options
2026-06-17 12:35:24 +08:00
jialin and jialin
2ba5118bc2
fix: filter modelInstance by cluster in benchmark form
2026-06-11 14:13:08 +08:00
yxf and jialin
dd542a9f29
feat(params): add initialization attributes to lock task_type field
2026-06-09 16:30:35 +08:00
jialin and jialin
993f6edcc4
fix: error message do not show in tts
2026-06-08 11:42:20 +08:00
jialin and jialin
9705818b15
fix: wrap fetch for injecting headers
2026-06-03 15:50:06 +08:00
jialin and jialin
39374eafda
fix: update params after switching model
2026-06-03 15:50:06 +08:00
jialin and Lawrence Li
d33167d070
style: page segment fontsize
2026-05-30 08:28:38 +08:00
jialin and jialin
ae0ad25ed6
fix: an error occured in switch language in stt
2026-05-27 20:18:33 +08:00
gitlawr and jialin
7bee337554
fix(playground): inject X-Organization-Id on non-umi fetch paths
...
Playground completions (chat streaming via ``fetchChunkedData``)
and the raw ``fetch()`` calls for image / audio generation skip
umi's ``request`` pipeline and so miss the request interceptor in
``request.extensions.ts`` that pins tenant context. Higress
receives those calls without ``X-Organization-Id`` and the auth
callback falls back to the user's USER-principal id rather than
their active Org, which makes Playground usage invisible from
Org-scoped Usage views even after the backend learned to backfill
``consumer_principal_id``.
Centralise the lookup in ``tenantHeaders()`` next to
``fetchChunkedData`` so both streaming helpers and the four
``fetch()``-direct entry points in ``playground/apis/index.ts``
(image / TTS) attach the header with the same precedence as the
umi interceptor (``createScopeOrgOverride`` first,
``currentOrganizationId`` second). Returns an empty object when
no active org context is set, leaving requests unchanged.
2026-05-25 18:02:31 +08:00
jialin and jialin
6f896b4f94
fix(style): use --app-banner-height in scroller container
2026-05-21 19:58:16 +08:00
gitlawr and jialin
a91c1545f8
fix: require ref audio for Base task in TTS playground
2026-05-19 12:36:08 +08:00
jialin and jialin
01576212a3
fix: bool type in python code
2026-05-06 14:43:03 +08:00
jialin and jialin
2592f44bc2
fix: append routeID to model proxy URL and drop X-GPUStack-Model header
2026-05-06 12:27:22 +08:00
jialin and jialin
93bc632088
fix: stt error handler
2026-04-29 20:51:48 +08:00
jialin and jialin
ab89ddffc8
fix: tts stream error
2026-04-29 20:51:48 +08:00
jialin and jialin
ac99156c90
feat: ip access control
2026-04-29 18:09:55 +08:00
jialin and jialin
6fccee3711
fix: impoer external components
2026-04-24 14:28:30 +08:00
jialin and jialin
597a86562a
fix: rebase main
2026-04-24 14:28:30 +08:00
jialin and jialin
6c161c6ae7
build: sync config
2026-04-24 14:28:30 +08:00
jialin and jialin
48b357b1c6
chore: update hooks import
2026-04-24 14:28:30 +08:00
jialin and jialin
8711c27b78
chore: replace components with core-ui, upgrade eslint
2026-04-24 14:28:30 +08:00
jialin and jialin
b057d52499
fix: switch model do not work in chat
2026-04-17 20:35:16 +08:00
jialin and jialin
2d726ded30
feat: admin apikeys
2026-04-17 20:35:16 +08:00
jialin and jialin
e1b2a4aee2
fix: python test code
2026-04-15 10:15:36 +08:00
jialin and jialin
ae3148a86f
feat: validate tts form items
2026-04-09 12:14:36 +08:00
jialin and jialin
78bf76e965
fix: python code for eidting image
2026-04-09 12:14:36 +08:00
jialin and jialin
7beb5756f7
fix: chat content height
2026-04-09 12:14:36 +08:00
jialin and jialin
c73609d155
fix: adjust border raduis
2026-04-08 18:54:06 +08:00
jialin and jialin
1c09cc6c8c
refactor: ui/ux
2026-04-08 18:54:06 +08:00
jialin and jialin
a95b7e9561
feat: add instance view
2026-03-26 18:20:55 +08:00
jialin and jialin
08330e0b82
fix: row-textarea upload img
2026-03-26 17:59:33 +08:00
jialin and jialin
c74118e913
refactor: embedding messages format
2026-03-26 17:59:33 +08:00
jialin and jialin
8b5e407758
fix: alert info height
2026-03-20 17:23:55 +08:00
jialin and jialin
a6af51dc32
fix: delay querying backends
2026-03-19 12:28:18 +08:00
jialin and jialin
9840a48301
fix: depercated props
2026-03-19 12:28:18 +08:00
jialin and jialin
a86bfe7fd3
chore: upgrade antd 6.3.3
2026-03-17 16:35:55 +08:00
jialin and jialin
f6d5733183
fix: video gen
2026-03-17 16:35:55 +08:00
jialin and jialin
0ca055b8e8
fix: parser multiple backend pramas on paste
2026-03-17 16:35:55 +08:00
jialin and jialin
9aae2c7f50
fix: use html audio to load stream
2026-03-17 16:35:55 +08:00
jialin and jialin
c29ad1270b
fix: stt streaming response handler
2026-03-17 16:35:55 +08:00
jialin and jialin
49a60c25af
feat: add streaming for stt
2026-03-17 16:35:55 +08:00
jialin and jialin
39bcc158bb
feat: add stream mode for tts
2026-03-17 16:35:55 +08:00
jialin and jialin
d389b035b7
refactor: playground params form
2026-03-17 16:35:55 +08:00
jialin and jialin
9447088f89
refactor: adjust playground pages dir
2026-03-17 16:35:55 +08:00