Files
chatwoot/lib/open_ai_constants.rb
T
2025-08-14 12:39:21 +05:30

7 lines
137 B
Ruby

# frozen_string_literal: true
module OpenAiConstants
DEFAULT_MODEL = 'gpt-4.1-mini'
DEFAULT_ENDPOINT = 'https://api.openai.com'
end