From b8de8db76fcdab33cc7d820955f81eae41686f54 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Wed, 8 Jul 2026 13:42:38 +0800 Subject: [PATCH] =?UTF-8?q?fix:=2014=E4=B8=AAmedia=E7=AB=AF=E7=82=B9?= =?UTF-8?q?=E7=A7=BB=E9=99=A4=E5=86=97=E4=BD=99uuid=E7=94=9F=E6=88=90?= =?UTF-8?q?=EF=BC=8C=E7=BB=9F=E4=B8=80=E8=B5=B0inference+getID()?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wwwroot/v1/media/asr-transcribe/index.dspy | 1 - wwwroot/v1/media/demucs-separate/index.dspy | 1 - wwwroot/v1/media/face-compare/index.dspy | 1 - wwwroot/v1/media/face-detect/index.dspy | 1 - wwwroot/v1/media/face-recognize/index.dspy | 1 - wwwroot/v1/media/merge-video/index.dspy | 1 - wwwroot/v1/media/realesrgan-status/index.dspy | 1 - wwwroot/v1/media/realesrgan-upscale/index.dspy | 1 - wwwroot/v1/media/rvc-convert/index.dspy | 1 - wwwroot/v1/media/songrate-evaluate/index.dspy | 1 - wwwroot/v1/media/subtitle-render/index.dspy | 1 - wwwroot/v1/media/synth-generate/index.dspy | 1 - wwwroot/v1/media/synth-status/index.dspy | 1 - wwwroot/v1/media/video-eval-evaluate/index.dspy | 1 - 14 files changed, 14 deletions(-) diff --git a/wwwroot/v1/media/asr-transcribe/index.dspy b/wwwroot/v1/media/asr-transcribe/index.dspy index e4d5de0..747fe12 100644 --- a/wwwroot/v1/media/asr-transcribe/index.dspy +++ b/wwwroot/v1/media/asr-transcribe/index.dspy @@ -32,6 +32,5 @@ if not f: return openai_429() if not params_kw.transno: - import uuid; params_kw.transno = str(uuid.uuid4()).replace("-","") return await inference(request, env=env) diff --git a/wwwroot/v1/media/demucs-separate/index.dspy b/wwwroot/v1/media/demucs-separate/index.dspy index d3bae6f..4549c10 100644 --- a/wwwroot/v1/media/demucs-separate/index.dspy +++ b/wwwroot/v1/media/demucs-separate/index.dspy @@ -32,6 +32,5 @@ if not f: return openai_429() if not params_kw.transno: - import uuid; params_kw.transno = str(uuid.uuid4()).replace("-","") return await inference(request, env=env) diff --git a/wwwroot/v1/media/face-compare/index.dspy b/wwwroot/v1/media/face-compare/index.dspy index a84ed2e..ece21b6 100644 --- a/wwwroot/v1/media/face-compare/index.dspy +++ b/wwwroot/v1/media/face-compare/index.dspy @@ -32,6 +32,5 @@ if not f: return openai_429() if not params_kw.transno: - import uuid; params_kw.transno = str(uuid.uuid4()).replace("-","") return await inference(request, env=env) diff --git a/wwwroot/v1/media/face-detect/index.dspy b/wwwroot/v1/media/face-detect/index.dspy index 91e6de6..0f893c1 100644 --- a/wwwroot/v1/media/face-detect/index.dspy +++ b/wwwroot/v1/media/face-detect/index.dspy @@ -32,6 +32,5 @@ if not f: return openai_429() if not params_kw.transno: - import uuid; params_kw.transno = str(uuid.uuid4()).replace("-","") return await inference(request, env=env) diff --git a/wwwroot/v1/media/face-recognize/index.dspy b/wwwroot/v1/media/face-recognize/index.dspy index 404666b..fdc1de1 100644 --- a/wwwroot/v1/media/face-recognize/index.dspy +++ b/wwwroot/v1/media/face-recognize/index.dspy @@ -32,6 +32,5 @@ if not f: return openai_429() if not params_kw.transno: - import uuid; params_kw.transno = str(uuid.uuid4()).replace("-","") return await inference(request, env=env) diff --git a/wwwroot/v1/media/merge-video/index.dspy b/wwwroot/v1/media/merge-video/index.dspy index 12f6231..6380c95 100644 --- a/wwwroot/v1/media/merge-video/index.dspy +++ b/wwwroot/v1/media/merge-video/index.dspy @@ -32,6 +32,5 @@ if not f: return openai_429() if not params_kw.transno: - import uuid; params_kw.transno = str(uuid.uuid4()).replace("-","") return await inference(request, env=env) diff --git a/wwwroot/v1/media/realesrgan-status/index.dspy b/wwwroot/v1/media/realesrgan-status/index.dspy index d49011a..dcd5d83 100644 --- a/wwwroot/v1/media/realesrgan-status/index.dspy +++ b/wwwroot/v1/media/realesrgan-status/index.dspy @@ -32,6 +32,5 @@ if not f: return openai_429() if not params_kw.transno: - import uuid; params_kw.transno = str(uuid.uuid4()).replace("-","") return await inference(request, env=env) diff --git a/wwwroot/v1/media/realesrgan-upscale/index.dspy b/wwwroot/v1/media/realesrgan-upscale/index.dspy index f04951b..3aaec5e 100644 --- a/wwwroot/v1/media/realesrgan-upscale/index.dspy +++ b/wwwroot/v1/media/realesrgan-upscale/index.dspy @@ -32,6 +32,5 @@ if not f: return openai_429() if not params_kw.transno: - import uuid; params_kw.transno = str(uuid.uuid4()).replace("-","") return await inference(request, env=env) diff --git a/wwwroot/v1/media/rvc-convert/index.dspy b/wwwroot/v1/media/rvc-convert/index.dspy index 8d733b5..2ed9b50 100644 --- a/wwwroot/v1/media/rvc-convert/index.dspy +++ b/wwwroot/v1/media/rvc-convert/index.dspy @@ -32,6 +32,5 @@ if not f: return openai_429() if not params_kw.transno: - import uuid; params_kw.transno = str(uuid.uuid4()).replace("-","") return await inference(request, env=env) diff --git a/wwwroot/v1/media/songrate-evaluate/index.dspy b/wwwroot/v1/media/songrate-evaluate/index.dspy index 3dbf0c2..072e0cf 100644 --- a/wwwroot/v1/media/songrate-evaluate/index.dspy +++ b/wwwroot/v1/media/songrate-evaluate/index.dspy @@ -32,6 +32,5 @@ if not f: return openai_429() if not params_kw.transno: - import uuid; params_kw.transno = str(uuid.uuid4()).replace("-","") return await inference(request, env=env) diff --git a/wwwroot/v1/media/subtitle-render/index.dspy b/wwwroot/v1/media/subtitle-render/index.dspy index 85d5c74..defe00f 100644 --- a/wwwroot/v1/media/subtitle-render/index.dspy +++ b/wwwroot/v1/media/subtitle-render/index.dspy @@ -32,6 +32,5 @@ if not f: return openai_429() if not params_kw.transno: - import uuid; params_kw.transno = str(uuid.uuid4()).replace("-","") return await inference(request, env=env) diff --git a/wwwroot/v1/media/synth-generate/index.dspy b/wwwroot/v1/media/synth-generate/index.dspy index 114d5d8..5acc77d 100644 --- a/wwwroot/v1/media/synth-generate/index.dspy +++ b/wwwroot/v1/media/synth-generate/index.dspy @@ -32,6 +32,5 @@ if not f: return openai_429() if not params_kw.transno: - import uuid; params_kw.transno = str(uuid.uuid4()).replace("-","") return await inference(request, env=env) diff --git a/wwwroot/v1/media/synth-status/index.dspy b/wwwroot/v1/media/synth-status/index.dspy index a41a2e5..6714351 100644 --- a/wwwroot/v1/media/synth-status/index.dspy +++ b/wwwroot/v1/media/synth-status/index.dspy @@ -32,6 +32,5 @@ if not f: return openai_429() if not params_kw.transno: - import uuid; params_kw.transno = str(uuid.uuid4()).replace("-","") return await inference(request, env=env) diff --git a/wwwroot/v1/media/video-eval-evaluate/index.dspy b/wwwroot/v1/media/video-eval-evaluate/index.dspy index 2cc3fa8..0e64f1e 100644 --- a/wwwroot/v1/media/video-eval-evaluate/index.dspy +++ b/wwwroot/v1/media/video-eval-evaluate/index.dspy @@ -32,6 +32,5 @@ if not f: return openai_429() if not params_kw.transno: - import uuid; params_kw.transno = str(uuid.uuid4()).replace("-","") return await inference(request, env=env)