Skip to content

Commit

Permalink
Update reserved keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
svilupp authored Sep 15, 2024
1 parent 9a75d2c commit fe23115
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/PromptingTools.jl
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,11 @@ const RESERVED_KWARGS = [
:image_url,
:image_path,
:image_detail,
:model
:model,
:strict,
:json_mode,
:no_system_message,
:aiprefill
]

# export replace_words, recursive_splitter, split_by_length, call_cost, auth_header # for debugging only
Expand Down

0 comments on commit fe23115

Please sign in to comment.