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