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
Hello, I use BAML with Azure Openai, which currently uses an auth token that expires after a certain amount of time, so I'd like to limit the client definitions in my python code, instead of having to use clients.baml.
Currently, I define the client in clients.baml, and use dummy variables for the credentials, and in my python code, I overwrite them with the correct credentials at runtime. Is there a cleaner way to accomplish this?
The text was updated successfully, but these errors were encountered:
Right, that's what I'm using now. I'm wondering if I can use just the client registry, without having to define my clients in clients.baml with initial dummy variables
Hello, I use BAML with Azure Openai, which currently uses an auth token that expires after a certain amount of time, so I'd like to limit the client definitions in my python code, instead of having to use
clients.baml
.Currently, I define the client in
clients.baml
, and use dummy variables for the credentials, and in my python code, I overwrite them with the correct credentials at runtime. Is there a cleaner way to accomplish this?The text was updated successfully, but these errors were encountered: