Skip to content

Commit

Permalink
update README for lantern_extras
Browse files Browse the repository at this point in the history
  • Loading branch information
var77 committed Oct 18, 2024
1 parent 4c182f1 commit 5ef59f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lantern_extras/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ SELECT add_completion_job(
'context', -- System prompt to be used for LLM (default: lantern_extras.completion_context GUC)
'column_type', -- Target column type to be used for destination (default: TEXT)
'model', -- LLM model to use (default: 'gpt-4o')
'batch_size', -- Batch size to use when sending batch requests (default: 2)
'runtime', -- Runtime environment (default: 'openai')
'runtime_params', -- Runtime parameters (default: '{}' inferred from GUC variables)
'pk', -- Primary key column (default: 'id')
Expand Down

0 comments on commit 5ef59f1

Please sign in to comment.