Open yingapple opened 6 months ago
I configured the mapping rules for DALLE on the UI, and the default name is something like standard/xxx/xx, which is an invalid name.
***** BadRequestError: Error code: 400 - {'error': {'message': "BadRequestError: OpenAIException - Error code: 400 - {'error': {'code': None, 'message': 'Invalid model standard/1024-x-1024/dall-e-3. The model argument should be left blank.', 'param': None, 'type': 'invalid_request_error'}}\nNumber Retries = 1", 'type': None, 'param': None, 'code': 400}}.
No response
For anyone walking into this issue, you could add your own custom model name and just put in dall-e-3
dall-e-3
Probably obvious, but I didn't find it right away:
What happened?
I configured the mapping rules for DALLE on the UI, and the default name is something like standard/xxx/xx, which is an invalid name.
Relevant log output
***** BadRequestError: Error code: 400 - {'error': {'message': "BadRequestError: OpenAIException - Error code: 400 - {'error': {'code': None, 'message': 'Invalid model standard/1024-x-1024/dall-e-3. The model argument should be left blank.', 'param': None, 'type': 'invalid_request_error'}}\nNumber Retries = 1", 'type': None, 'param': None, 'code': 400}}.
Twitter / LinkedIn details
No response