From 1ecf02dc639b1578e60bb1ca04fe4388b093b4d9 Mon Sep 17 00:00:00 2001 From: windmemory Date: Sun, 29 Sep 2024 15:11:09 +0800 Subject: [PATCH] fix embedding issue --- src/proxy/proxy.service.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/proxy/proxy.service.ts b/src/proxy/proxy.service.ts index 8466884..d7f4023 100644 --- a/src/proxy/proxy.service.ts +++ b/src/proxy/proxy.service.ts @@ -30,7 +30,6 @@ export class ProxyService { url, { Authorization: headers.authorization, - 'Content-Type': 'multipart/form-data', }, body, );