bahtman

Results 7 issues of bahtman

A good practice when authenticating with Azure OpenAI is using token providers. Following then example of: https://docs.litellm.ai/docs/providers/azure#azure-ad-token-refresh---defaultazurecredential The reason for token provider vs. getting token is that the token expires...

## Title Implement the passthrough of azure ad token provider. ## Relevant issues Fixes #6790 ## Type 🐛 Bug Fix ## Changes Added parameter in azure models. ## [REQUIRED] Testing...

### What happened? Using the Python SDK following the example of: https://docs.litellm.ai/docs/providers/azure#azure-ad-token-refresh---defaultazurecredential Using this code: ``` from litellm import completion as Comp Comp(model="azure/gpt4o-mini-rag", api_base=api_base, api_version=api_version, azure_ad_token_provider=ad_token_provider, input="Hey") ``` Returns the...

bug

Hi guys, Love the work. In our current approach we convert documents to a list of markdown, where each element consists of the markdown for that specific page. This is...

Type: Bug Select custom model. Type model name Type Azure OpenAI deployment url Get following error: Could not extract deployment name from the Azure endpoint URL. Please ensure it follows...

bug
model-byok

&#x1F6E0 DevTools &#x1F6E0 [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/bahtman/mlflow/pull/15385?quickstart=1) #### Install mlflow from this PR ``` # mlflow pip install git+https://github.com/mlflow/mlflow.git@refs/pull/15385/merge # mlflow-skinny pip install git+https://github.com/mlflow/mlflow.git@refs/pull/15385/merge#subdirectory=skinny ``` For Databricks, use the following...

rn/feature
area/models