new
Method
This is a method of the LlmConfig class in the llm module.Create a new LLM config with the given model
Signature
Parameters
No description available.
Returns
The result of the operation.
new: Create a new LLM config with the given model
This is a method of the LlmConfig class in the llm module.Create a new LLM config with the given model
def new(model: impl Into<String>) -> Self