Open yaqinamy opened 7 months ago
So are you using llama2 via ollama for the actual evaluation?
Yes Pamela, I am learning from your video using llama2 via ollama which I deployed local and GPT4 deployed at azure.
Okay, so to clarify:
The error in your report shows an issue with the evaluation model, which would be GPT-4. But you shouldn't need to specify OpenAI organization for an Azure model. Do the logs indicate whether it's trying to use Azure or OpenAI.com?
You should see the logs from this code:
when comparing local llama2 model with GPT4, got error:
ERROR Failed to send a test chat completion to the GPT deployment due to error: evaluate.py:110 Error code: 401 - {'error': {'message': 'OpenAI-Organization header should match organization for API key', 'type': 'invalid_request_error',
'param': None, 'code': 'mismatched_organization'}