-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
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
updates token handling for Azure #234
updates token handling for Azure #234
Conversation
Thank you for taking the time to contribute! Some comments:
|
Tony and I talked about the PR a few days ago (we work together). This does better handling of the Azure token. Before we were generating a token way too often. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Let me know if you have any questions.
Thanks @JamesHWade , I'll move away from this one then |
Thanks for all your suggestions and comments. I pushed a commit to resolve all of your suggestions. |
Thank you for the contribution! |
Description of changes
This pull request addresses token management for Azure Open AI tokens. The token is saved to a gptstudio specific directory and ensures that tokens are properly refreshed as needed.