From 54cdded6c047b26896e6104a30a923dcab3f6030 Mon Sep 17 00:00:00 2001 From: ikechan8370 Date: Wed, 15 Feb 2023 11:52:29 +0800 Subject: [PATCH] fix: API mode invalid session token error --- apps/chat.js | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/chat.js b/apps/chat.js index da78705..575b4ad 100644 --- a/apps/chat.js +++ b/apps/chat.js @@ -466,7 +466,6 @@ export class chatgpt extends plugin { upsertMessage, getMessageById, completionParams, - apiReverseProxyUrl: Config.api, assistantLabel: Config.assistantLabel }) const currentDate = new Date().toISOString().split('T')[0]