From acee302b097b5a6001a9eaa5657e24fb6554c985 Mon Sep 17 00:00:00 2001 From: Cohee Date: Sat, 10 Jun 2023 17:02:40 +0300 Subject: [PATCH] Wrap Chat Completion buttons --- public/index.html | 6 ++++-- public/scripts/openai.js | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/public/index.html b/public/index.html index 87360259e..5ae8ad5e3 100644 --- a/public/index.html +++ b/public/index.html @@ -1450,8 +1450,10 @@ - - +
+ + +
diff --git a/public/scripts/openai.js b/public/scripts/openai.js index c780a828d..3b9b5e8af 100644 --- a/public/scripts/openai.js +++ b/public/scripts/openai.js @@ -1033,7 +1033,7 @@ async function getStatusOpen() { } if (oai_settings.chat_completion_source == chat_completion_sources.CLAUDE) { - let status = 'Unable to verify key; assuming it\'s valid.'; + let status = 'Unable to verify key; press "Test Message" to validate.'; setOnlineStatus(status); return resultCheckStatusOpen(); }