Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lmangani authored Oct 26, 2024
1 parent e46edfe commit e5180ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ SELECT open_prompt('I want ice cream', json_schema := '{
}');
```

> For smaller models, the schema is injected in the promp in _best-effort_ mode
For smaller models, the `system_prompt` can be used to request JSON in _best-effort_ mode

```sql
SELECT open_prompt('I want ice cream', json_schema := '{
SELECT open_prompt('I want ice cream', system_prompt := '{
"type": "object",
"properties": {
summary: 'VARCHAR',
Expand Down

0 comments on commit e5180ad

Please sign in to comment.