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 3990a6d commit 9a6bd0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/get_result.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def get_result(model_info, prompt, model_type):
model = model_info
full_prompt = prompt
prompt = full_prompt
prompt_template=f''' {prompt}'''
prompt_template=prompt
prompt_chunks = [prompt_template]
result_text = ""
for chunk in prompt_chunks:
Expand Down

0 comments on commit 9a6bd0d

Please sign in to comment.