Discourse AI

최신 업데이트를 적용해 보니 OpenAI가 API를 일부 변경한 것 같습니다

모델에 연결을 시도했으나 다음 오류가 반환되었습니다: { “error”: { “message”: “Unsupported parameter: ‘reasoning_effort’. In the Responses API, this parameter has moved to ‘reasoning.effort’. Try again with the new parameter. See the API documentation for more information: https://platform.openai.com/docs/api-reference/responses/create.”, “type”: “invalid_request_error”, “param”: null, “code”: “unsupported_parameter” } }

여기서 URL은 https://api.openai.com/v1/responses로 설정되어 있습니다.

1개의 좋아요