Skip to content

Commit

Permalink
Add missing blank space (#1036)
Browse files Browse the repository at this point in the history
  • Loading branch information
talboren authored Jul 13, 2024
1 parent 59d88dc commit a48f86f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion outlines/generate/format.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ def format(model, python_type, sampler: Sampler = multinomial()) -> SequenceGene
def format_openai(model, python_type, sampler: Sampler = multinomial()):
raise NotImplementedError(
"Cannot use Python type-structured generation with an OpenAI model"
+ "due to the limitations of the OpenAI API."
+ " due to the limitations of the OpenAI API."
)

0 comments on commit a48f86f

Please sign in to comment.