Skip to content

Commit

Permalink
LLMFactCheck
Browse files Browse the repository at this point in the history
  • Loading branch information
mlupei committed Feb 18, 2024
1 parent 7338484 commit c29fe8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/get_result.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ def get_result(model_info, prompt, model_type):
ASSISTANT:
'''
prompt_template=prompt
prompt_chunks = [prompt_template]
result_text = ""
for chunk in prompt_chunks:
Expand Down

0 comments on commit c29fe8b

Please sign in to comment.