Skip to content

Commit

Permalink
Update and rename gpt4_preference.py to gpt4_preference_total.py
Browse files Browse the repository at this point in the history
  • Loading branch information
wyl-willing authored Aug 28, 2023
1 parent 4225a35 commit 606a84a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def prompt_comparation(reference,output1,output2):
return response_of_comparation

input_file = 'output.csv'
output_file = 'output_gpt4_comparation_total.csv'
output_file = 'output_gpt4_preference_total.csv'


with open(input_file,'r',newline="") as f_input, open(output_file, 'a+', newline='') as f_output:
Expand Down

0 comments on commit 606a84a

Please sign in to comment.