You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'}
The text was updated successfully, but these errors were encountered:
You are using llama2 for the chat application itself?
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?
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'}
The text was updated successfully, but these errors were encountered: