Set the LLM model to be used by the workflow
set_model.Rd
set_model
sets the model to be used by a workflow object.
Details
A simple function to set the model to be used. Note that this model needs to be available at the instance you connect to.
Examples
my_workflow <- ai_workflow() |>
set_model(model_name="llama3:8b-instruct-q5_0")