We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There appears to be a regression where one is not able to do:
import dotenv dotenv.load_dotenv()
prior to importing baml_client
perhaps we should allow:
b.reset_env(os.environ)
The text was updated successfully, but these errors were encountered:
Allow setting env variables in from user code.
a04e377
resetEnvVars now also sets log levels! Fixes #805
hellovai
No branches or pull requests
There appears to be a regression where one is not able to do:
prior to importing baml_client
perhaps we should allow:
The text was updated successfully, but these errors were encountered: