CustomLLM constructor
const
CustomLLM({
- required String url,
- dynamic modelId,
- dynamic apiKey,
Implementation
const CustomLLM({
required this.url,
this.modelId,
this.apiKey,
});