Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
monk1337 authored Jul 29, 2023
1 parent 07ab6c2 commit 3d815c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion promptify/pipelines/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def _get_output_from_cache_or_model(self, template):

if self.structured_output:
output = self.model.model_output(
response, max_completion_length=self.json_depth_limit
response, json_depth_limit=self.json_depth_limit
)
else:
output = response
Expand Down

0 comments on commit 3d815c5

Please sign in to comment.