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
I'm encountering a BadRequestError from OpenAI's embeddings API while using semantic_router in my Python project. The error message suggests that '$.input' is invalid
openai.BadRequestError: Error code: 400 - {'error': {'message': "'$.input' is invalid. Please check the API reference: https://platform.openai.com/docs/api-reference.", 'type': 'invalid_request_error', 'param': None, 'code': None}}
I'm encountering a BadRequestError from OpenAI's embeddings API while using semantic_router in my Python project. The error message suggests that '$.input' is invalid
openai.BadRequestError: Error code: 400 - {'error': {'message': "'$.input' is invalid. Please check the API reference: https://platform.openai.com/docs/api-reference.", 'type': 'invalid_request_error', 'param': None, 'code': None}}
` message_string = get_buffer_string(last_human_messsages, human_prefix="")
The text was updated successfully, but these errors were encountered: