Skip to content

Conversation

@fm1320
Copy link
Contributor

@fm1320 fm1320 commented Jan 24, 2025

What does this PR do?

Fixes #<issue_number>

Before submitting
  • Was this discussed/agreed via a GitHub issue? (not for typos and docs)
  • Did you read the contributor guideline?
  • Did you make sure your PR does only one thing, instead of bundling different changes together?
  • Did you make sure to update the documentation with your changes? (if necessary)
  • Did you write any new necessary tests? (not for typos and docs)
  • Did you verify new and existing tests pass locally with your changes?
  • Did you list all the breaking changes introduced by this pull request?

@review-notebook-app
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@fm1320 fm1320 force-pushed the azure-client-demo branch from e77462e to f381e91 Compare January 24, 2025 08:29
@fm1320 fm1320 marked this pull request as ready for review January 27, 2025 11:03
@@ -0,0 +1,89 @@
# Azure AI Client Example

This example demonstrates how to use the AdalFlow Azure AI client with both API key and Azure AD authentication methods.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

move these examples to tutorials. and use rst

azure_endpoint: Optional[str] = None,
credential: Optional[DefaultAzureCredential] = None,
chat_completion_parser: Callable[[Completion], Any] = None,
input_type: Literal["text", "messages"] = "text",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add the model_type in the client init

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants