Skip to content

Commit

Permalink
use gpt4 turbo
Browse files Browse the repository at this point in the history
  • Loading branch information
semio committed Feb 21, 2024
1 parent 308a404 commit c4b9501
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def get_evaluators(ai_eval_sheet: AiEvalData):
metric["evaluator_type"] = "individual"
metric["metric_calculators"] = [{"method": "AVERAGE"}]
metric["name"] = "gpt4_evaluator"
metric["model_name"] = "gpt-4"
metric["model_name"] = "gpt-4-0125-preview"
metric["prompt"] = m.prompt
metric["choices"] = m.choices.split(", ")
metric["description"] = m.description
Expand Down

0 comments on commit c4b9501

Please sign in to comment.