Emmanuel Letremble
Emmanuel Letremble
Hello, I deployed promptfoo on a VM using a Docker-compose and the pre-built image available at ghcr.io/promptfoo/promptfoo:main   However, if I run several evaluations and then explore...
I am passing several extra parameters (such as threshold, rouge_mode etc) when declaring my custom metrics in the promptfooconfig.yml, and I'm trying the retrieve them from the custom metric script....
The current implementation of the Azure provider works with some models but not with some others. Some will use : > https://**YOUR_DEPLOYMENT_NAME.YOUR_REGION_NAME.models.ai.azure.com/v1**/chat/completions?api-version=YOUR_API_VERSION > headers = {"Content-Type": "application/json", "**Authorization**": self.api_key} And...