From f914c4010f8309a68c51752d43821f377aaccd4e Mon Sep 17 00:00:00 2001 From: Andrea Borruso Date: Tue, 10 Dec 2024 23:29:33 +0100 Subject: [PATCH] comma additions I think they are necessary --- docs/docs/installation-guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/installation-guide.md b/docs/docs/installation-guide.md index 29844a6d..8577db1c 100644 --- a/docs/docs/installation-guide.md +++ b/docs/docs/installation-guide.md @@ -33,7 +33,7 @@ Additionally, make sure that you have access to an OpenAI API key to use text ge ```sql CREATE SECRET ( - TYPE OPENAI + TYPE OPENAI, API_KEY 'your-api-key' ); ``` @@ -44,7 +44,7 @@ Additionally, make sure that you have access to an OpenAI API key to use text ge ```sql CREATE PERSISTENT SECRET ( - TYPE OPENAI + TYPE OPENAI, API_KEY 'your-api-key' ); ```