Set the seed of the model used by the workflow.
set_seed.Rd
set_seed
sets the seed for the model.
Examples
my_workflow <- ai_workflow() |>
set_model(model_name="llama3:8b-instruct-q5_0") |>
set_seed(12312312312)
set_seed.Rd
set_seed
sets the seed for the model.
my_workflow <- ai_workflow() |>
set_model(model_name="llama3:8b-instruct-q5_0") |>
set_seed(12312312312)