SET CONFIG#

Sets the value of a configuration parameter to the passed value. Both TO and = are valid assignment operators.

SET OPENAI_KEY TO "abc";
SET OPENAI_KEY = "abc";