TypeChat icon indicating copy to clipboard operation
TypeChat copied to clipboard

Change OpenAI API endpoints from Completions to Responses for TypeScript

Open fedtti opened this issue 1 month ago • 0 comments
trafficstars

This PR simply move from the Completions API to the newer Responses API endpoint (cf. https://platform.openai.com/docs/guides/migrate-to-responses). They should be fully retro-compatible due to the messages' nature (cf. https://platform.openai.com/docs/guides/migrate-to-responses?update-item-definitions=responses&update-multiturn=responses#migrating-from-chat-completions).

fedtti avatar Oct 21 '25 13:10 fedtti