-
-
Notifications
You must be signed in to change notification settings - Fork 821
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
o1-mini not working for GPTEvaluater #2841
Comments
The o1-mini model does not support the |
Thanks for reporting this issue @sam-semillia |
Update: we found a way to make it work, the next version will be compatible with o1 (Drakkar-Software/OctoBot-Tentacles#1413) |
Many thanks :) |
Step 1: Have you search for this issue before posting it?
yes
Step 2: Describe your environment
running docker, version latest
Step 3: Describe the problem:
Describe the bug
set GPT Evaluater GPT Model: the GPT model to use. to "o1-mini" gives the following error:
"ERROR | GPTEvaluator | Invalid GPT request: Error when running request with model o1-mini (invalid request): Error code: 400 - {'error': {'message': "Unsupported value: 'messages[0].role' does not support 'system' with this model.", 'type': 'invalid_request_error', 'param': 'messages[0].role', 'code': 'unsupported_value'}}
Expected behavior
It does not give an error, as with gpt-4, gpt-4o etc.
Steps to reproduce:
Observed Results:
Relevant code exceptions or logs:
"ERROR | GPTEvaluator | Invalid GPT request: Error when running request with model o1-mini (invalid request): Error code: 400 - {'error': {'message': "Unsupported value: 'messages[0].role' does not support 'system' with this model.", 'type': 'invalid_request_error', 'param': 'messages[0].role', 'code': 'unsupported_value'}}
The text was updated successfully, but these errors were encountered: