Skip to content

Commit

Permalink
Fix LocalJumpError
Browse files Browse the repository at this point in the history
  • Loading branch information
fbacall committed Aug 28, 2024
1 parent 397eb54 commit d6cfbf8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/tasks/tess.rake
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,7 @@ namespace :tess do

desc 'run LLM post processing'
task llm_post_processing: :environment do
return unless TeSS::Config.llm_scraper['model_version'].present?

Llm.post_processing_task
Llm.post_processing_task if TeSS::Config.llm_scraper['model_version'].present?
end

desc 'open all events to being llm processed again'
Expand Down

0 comments on commit d6cfbf8

Please sign in to comment.