getAllConfigs static method

List<Map<String, dynamic>> getAllConfigs()

Get all OpenAI-compatible configurations

Implementation

static List<Map<String, dynamic>> getAllConfigs() {
  return [
    deepseek,
    groq,
    xai,
    phind,
    openRouter,
    githubCopilot,
    togetherAI,
  ];
}