discourse-ai/lib/sentiment/constants.rb

10 lines
140 B
Ruby

# frozen_string_literal: true
module DiscourseAi
module Sentiment
module Constants
SENTIMENT_THRESHOLD = 0.6
end
end
end