getAllConfigs static method
Get all OpenAI-compatible configurations
Implementation
static List<Map<String, dynamic>> getAllConfigs() {
return [
deepseek,
groq,
xai,
phind,
openRouter,
githubCopilot,
togetherAI,
];
}