mirror of
https://github.com/JezzWTF/vibepod.git
synced 2026-06-13 03:58:07 +00:00
feat: surface VIBEPOD_DEVICE (CPU/CUDA) in the frontend header
This commit is contained in:
@@ -23,6 +23,7 @@ export async function GET() {
|
||||
return NextResponse.json(
|
||||
{
|
||||
status,
|
||||
device: data.device ?? null,
|
||||
message: data.message,
|
||||
progress: data.progress ?? null,
|
||||
voices: data.voices ?? [],
|
||||
|
||||
Reference in New Issue
Block a user