Skip to content

Commit

Permalink
comma additions in queries (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
aborruso authored Dec 10, 2024
1 parent 4ac179d commit 09730c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/installation-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
);
```
Expand All @@ -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'
);
```
Expand Down

0 comments on commit 09730c6

Please sign in to comment.