You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my view, there is a need for a common utility in unitxt, that allows specifying multiple environment variable names and ensuring either only one is set, or all the values are consistent.
This is because there are different conventions for name that exists.
In my view, there is a need for a common utility in unitxt, that allows specifying multiple environment variable names and ensuring either only one is set, or all the values are consistent.
This is because there are different conventions for name that exists.
unitxt.os_utils.get_env(“[”AZURE_OPENAI_API_KEY”,”OPENAI_API_KEY”])
The text was updated successfully, but these errors were encountered: