ClientConfig constructor

const ClientConfig({
  1. required String apiKey,
  2. String? chatgptImageApiKey,
  3. AuthMode? openaiAuthMode,
  4. AuthMode? geminiAuthMode,
  5. AuthMode? claudeAuthMode,
  6. AuthMode? chatgptImageAuthMode,
  7. String? openaiBaseUrl,
  8. String? geminiBaseUrl,
  9. String? claudeBaseUrl,
  10. String? chatgptImageBaseUrl,
  11. ProxyConfig? proxy,
})

Implementation

const ClientConfig({required this.apiKey ,this.chatgptImageApiKey ,this.openaiAuthMode ,this.geminiAuthMode ,this.claudeAuthMode ,this.chatgptImageAuthMode ,this.openaiBaseUrl ,this.geminiBaseUrl ,this.claudeBaseUrl ,this.chatgptImageBaseUrl ,this.proxy ,});