OpenRouterDrafter constructor
Implementation
OpenRouterDrafter({super.model, super.apiKey, super.client})
: super(
baseUrl: defaultBaseUrl,
headers: const {
'HTTP-Referer': 'https://github.com/stringlocale/stringlocale',
'X-Title': 'stringlocale',
},
);