CustomLLM copyWith({String? url, dynamic modelId, dynamic apiKey}) { return CustomLLM( url: url ?? this.url, modelId: modelId ?? this.modelId, apiKey: apiKey ?? this.apiKey); }