1
0
mirror of synced 2026-08-04 23:06:56 +00:00
Files

10 lines
140 B
Ruby
Raw Permalink Normal View History

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