mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-16 04:45:30 +08:00
9 lines
140 B
Ruby
9 lines
140 B
Ruby
# frozen_string_literal: true
|
|
|
|
module DiscourseAi
|
|
module Sentiment
|
|
module Constants
|
|
SENTIMENT_THRESHOLD = 0.6
|
|
end
|
|
end
|
|
end
|