From 8b356b80e588cc7e3051a5e1031bfaad4cfabff3 Mon Sep 17 00:00:00 2001 From: Arman Date: Wed, 16 Aug 2023 17:58:07 +0200 Subject: [PATCH] Update src/lib/stores/marketplace.ts Co-authored-by: Vincent (Wen Yu) Ge --- src/lib/stores/marketplace.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/stores/marketplace.ts b/src/lib/stores/marketplace.ts index 52373b733..3699961ba 100644 --- a/src/lib/stores/marketplace.ts +++ b/src/lib/stores/marketplace.ts @@ -82,7 +82,7 @@ export const marketplace = [ variables: [ { name: 'OPENAI_API_KEY', - description: `A unique key used to authenticate with the OpenAI API. Please note that this is a paid service and you will be charged for each request made to the API. Learn More`, + description: `A unique key used to authenticate with the OpenAI API. This is a paid service and you will be charged for each request made to the API. Learn more.`, value: '', placeholder: 'sk-wzG...vcy', required: true