Skip to contents

Removes any values set with set_openai_config(), reverting to configuration taken from a .openai_config file or environment variables.

Usage

reset_openai_config()

Value

Invisibly NULL.

Examples

set_openai_config(model = "gpt-4o-mini")
reset_openai_config()