toModel method

LLMConfig toModel()

Implementation

LLMConfig toModel() => LLMConfig(baseUrl: baseUrl, apiKey: apiKey, model: model);