Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
joshreini1 committed Oct 6, 2023
1 parent 467d4e3 commit 9f74bf4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions trulens_eval/trulens_eval/feedback/provider/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ def _create_chat_completion(self, prompt, *args, **kwargs):
def _find_relevant_string(self, full_source, hypothesis):
return self.endpoint.run_me(
lambda: self._create_chat_completion(
model=self.model_engine,
prompt =
str.format(
prompts.SYSTEM_FIND_SUPPORTING,
Expand Down

0 comments on commit 9f74bf4

Please sign in to comment.