Azure / Azure/azure-sdk-for-python
Support HTTP_Client in Azure Open AI requests
Offen
@singankit arbeitet bereits daran.
Seit 08.9.2025.
Client
customer-reported
Evaluation
feature-request
needs-team-attention
Service Attention
- Vorherrschende Sprache
- Python
- Sterne
- 5.6k
- Forks
- 3.4k
- Ø Merge
- 2 T. 2 Std.
- Gemergte PRs (30 T.)
- 213
Beschreibung
- azure-ai-evaluation:
- latest:
- windows:
- 3.12:
Describe the bug
Azure OpenAI Connection don't support http_client in the AzureModelConfig neither in the requests.
To Reproduce
Steps to reproduce the behavior:
- Add the parameter of http_client as posible key for the AzureModelConfig
- Add it to the validations of the dictionary
- In the request to azure open ai, include http_client when invoking AzureOpenAI.
- Same for AzureOpenAIGrader.
Expected behavior
I expect I can send http_client to the requests to azure open ai.
Additional context
In order to reach out to Azure resources from local network I need to create http_client and specify the path where my SSL certificate is located. Otherwise I get an API error.
Beitragsleitfaden
Erste Schritte
- Lies das ganze Issue und danach den Beitragsleitfaden des Projekts.
- Schreib ins Issue, dass du es übernimmst — das erspart doppelte Arbeit.
- Forke das Repository und arbeite in einem Branch.
- Öffne einen Pull Request, der die Issue-Nummer nennt.
Bewertung
Dieses Issue wurde noch nicht bewertet.