chore(revert): switch label suggestions back gpt 4 mini (#12959)

Co-authored-by: aakashb95 <aakash@chatwoot.com>
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com>
This commit is contained in:
Aakash Bakhle
2025-11-27 10:27:11 +05:30
committed by GitHub
parent f1079574e3
commit 3ded13c8d5
2 changed files with 2 additions and 2 deletions

View File

@@ -65,7 +65,7 @@ module Enterprise::Integrations::OpenaiProcessorService
return value_from_cache if content.blank?
{
model: self.class::LABEL_SUGGESTION_MODEL,
model: self.class::GPT_MODEL,
messages: [
{
role: 'system',