Skip to content

Commit

Permalink
Merge pull request #6433 from bilge-ince/patch-1
Browse files Browse the repository at this point in the history
Update openai-completions.mdx
  • Loading branch information
djw-m authored Jan 27, 2025
2 parents 0a397a8 + d253045 commit 023d9a4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ In this example, we are creating a GPT-4o model with the name `my_openai_model`:
SELECT aidb.create_model(
'my_openai_model',
'openai_completions',
'{"model": "gpt-4o"}::JSONB,
'{"model": "gpt-4o"}'::JSONB,
'{"api_key": "sk-abc123xyz456def789ghi012jkl345mn"}'::JSONB
)
);
```

## Model configuration settings
Expand Down

1 comment on commit 023d9a4

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.