# openai.error.InvalidRequestError: Invalid URL (POST /v1/engines/gpt-3.5-turbo/chat/completions) this is the code that i am using: response = openai.ChatCompletion.create( engine='gpt-3.5-turbo', messages=messageslist )