Skip to main content

new

Method
This is a method of the LlmConfig class in the llm module.
Create a new LLM config with the given model

Signature

def new(model: impl Into<String>) -> Self

Parameters

model
impl Into<String>
required
No description available.

Returns

Returns
Self
The result of the operation.