fix: switch label suggestions to gpt-5-nano (#12945)
This commit is contained in:
@@ -65,7 +65,7 @@ module Enterprise::Integrations::OpenaiProcessorService
|
||||
return value_from_cache if content.blank?
|
||||
|
||||
{
|
||||
model: self.class::GPT_MODEL,
|
||||
model: self.class::LABEL_SUGGESTION_MODEL,
|
||||
messages: [
|
||||
{
|
||||
role: 'system',
|
||||
|
||||
Reference in New Issue
Block a user