diff --git a/app/assets/templates/views/queries.html b/app/assets/templates/views/queries.html index a34a621d6..0a9f88324 100644 --- a/app/assets/templates/views/queries.html +++ b/app/assets/templates/views/queries.html @@ -108,6 +108,7 @@ diff --git a/app/controllers/books_controller.rb b/app/controllers/books_controller.rb index 47743e257..afe434953 100644 --- a/app/controllers/books_controller.rb +++ b/app/controllers/books_controller.rb @@ -213,7 +213,7 @@ def run_judge_judy number_of_pairs = nil if judge_all RunJudgeJudyJob.perform_later(@book, ai_judge, number_of_pairs) - redirect_to book_path(@book), flash: { kraken_unleashed: judge_all }, :notice => "Set AI Judge #{ai_judge.name} to work judging query/doc pairs." + redirect_to book_path(@book), flash: { kraken_unleashed: judge_all }, :notice => "AI Judge #{ai_judge.name} will start evaluating query/doc pairs." end # rubocop:enable Metrics/AbcSize # rubocop:enable Metrics/MethodLength diff --git a/app/views/ai_judges/_form.html.erb b/app/views/ai_judges/_form.html.erb index 2e4d06484..c58f243a2 100644 --- a/app/views/ai_judges/_form.html.erb +++ b/app/views/ai_judges/_form.html.erb @@ -14,7 +14,7 @@ <% end %> -

Configure the AI Judge with information Quepid needs to run the judge.

+

Configure the AI Judge with the information Quepid needs to run the judge.

<%= form.label :name, class: 'col-sm-2 col-form-label' %> @@ -24,7 +24,7 @@
- <%= form.label :openai_key, class: 'col-sm-2 col-form-label' %> + <%= form.label :openai_key, "OpenAI Key", class: 'col-sm-2 col-form-label' %>
<%= form.text_field :openai_key %>
diff --git a/app/views/books/_blah.turbo_stream.erb b/app/views/books/_blah.turbo_stream.erb index b4533a5d0..bfe2a5b4d 100644 --- a/app/views/books/_blah.turbo_stream.erb +++ b/app/views/books/_blah.turbo_stream.erb @@ -2,9 +2,11 @@ <% if counter > 0 %>