I was getting a 404 error when using create-chat-completion. The fix was to set the endpoint to use v1: ``` (api/create-chat-completion {:model "gpt-5" :messages messages} {:api-key (:openai api-keys) :api-endpoint "https://api.openai.com/v1"}) ```