-
Notifications
You must be signed in to change notification settings - Fork 423
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
FEAT Add User AuthN Support to AOAI Chat Targets #182
FEAT Add User AuthN Support to AOAI Chat Targets #182
Conversation
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.
This looks great! Before merging please
- Test in an actual endpoint. We don't necessarily need this permanently added to jupyter notebooks although that's not a bad idea.
- Unit tests to check the paths are set correctly
Feel free to hit me up if you want me to take another look :)
@rlundeen I tested with AOAIChatTarget using the endpoint that I have user auth permissions with and verified it works :-) Updated the documentation to highlight this flag as an option, but set it to False by default so that API KEY is used from .env I added a unit test for the Azure Auth functionality, I'm not sure what you mean by checking paths. Let me know if there's other testing needed! |
Description
Adds
use_aad_auth
parameter to all AOAIChatTarget implementations.FYI: @rdheekonda @rlundeen2
Tests and Documentation
use_aad_auth
flag toprompt_targets.py
and ran Jupytext on that notebook