Skip to content

Commit

Permalink
Update openai-completions.mdx
Browse files Browse the repository at this point in the history
missing semicolon is fixed.
  • Loading branch information
bilge-ince authored Jan 27, 2025
1 parent 7b87e50 commit d253045
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ SELECT aidb.create_model(
'openai_completions',
'{"model": "gpt-4o"}'::JSONB,
'{"api_key": "sk-abc123xyz456def789ghi012jkl345mn"}'::JSONB
)
);
```

## Model configuration settings
Expand Down

0 comments on commit d253045

Please sign in to comment.