Skip to content

Commit

Permalink
Humans suck at updating things. Should be 3 everywhere.
Browse files Browse the repository at this point in the history
  • Loading branch information
epugh committed Jan 15, 2025
1 parent dbbfeb6 commit f30e6f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/ai_judges_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class AiJudgesController < ApplicationController
before_action :set_team

DEFAULT_SYSTEM_PROMPT = <<~TEXT
You are evaluating the results from a search engine. For each query, you will be provided with multiple documents. Your task is to evaluate each document and assign a judgment on a scale of 0 to 2, where:
You are evaluating the results from a search engine. For each query, you will be provided with multiple documents. Your task is to evaluate each document and assign a judgment on a scale of 0 to 3, where:
- 0 indicates the document is irrelevant to the query.
- 1 indicates the document is somewhat relevant to the query.
- 2 indicates the document is mostly relevant to the query.
Expand Down

0 comments on commit f30e6f7

Please sign in to comment.