Overrides the API key, model and/or base URL used by the equivalent-mutant
detection workflow. Values set here take precedence over a .openai_config
file and over environment variables. Arguments left NULL are unchanged.
Value
Invisibly, the resulting configuration (see get_openai_config()).
Examples
set_openai_config(model = "gpt-4o-mini")
get_openai_config()$model
#> [1] "gpt-4o-mini"
reset_openai_config()