shell_gpt icon indicating copy to clipboard operation
shell_gpt copied to clipboard

Add support for o1 models

Open ghost opened this issue 1 year ago • 4 comments

When using a o1 model, the following error is returned:

BadRequestError: 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'}}

There should be an option to disable roles completely, to allow the user to just not use roles, and also to make it work with the new o1 models.

ghost avatar Oct 26 '24 05:10 ghost

I get the same error, have you found a workaround?

amigthea avatar Nov 20 '24 12:11 amigthea

No

ghost avatar Nov 21 '24 06:11 ghost

same here

r0llingclouds avatar Dec 19 '24 14:12 r0llingclouds

Same here (and while using a paid plan API key)

PolGZ avatar Jan 16 '25 11:01 PolGZ