Azure-Samples / ai-rag-chat-evaluator

Tools for evaluation of RAG Chat Apps using Azure AI Evaluate SDK and OpenAI
MIT License
209 stars 75 forks source link

Improving OpenAI support #62

Closed pamelafox closed 6 months ago

pamelafox commented 6 months ago

Purpose

Fixes #61

This PR improves OpenAI support by clarifying OPENAI_HOST in the README, working around a bug in the azure-ai-generative SDK (https://github.com/Azure/azure-sdk-for-python/issues/34963), and fixing a bug in our construction of the OpenAI client.

Does this introduce a breaking change?

[ ] Yes
[X] No

Pull Request Type

What kind of change does this Pull Request introduce?

[X] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[ ] Other... Please describe:

How to Test