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