-
Notifications
You must be signed in to change notification settings - Fork 825
fix references to chat completions #1168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
ccurme
commented
Oct 28, 2025
- We refer to Chat Completions as a legacy API— as far as I know this is not the case (let me know if OpenAI documents that somewhere)
- We link to the legacy Completions API, which is not the same as Chat Completions
|
Mintlify preview ID generated: preview-ccchat-1761681688-11a62bf |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates documentation to correct the URL and description for OpenAI's Chat Completions API, removing the outdated "(legacy)" designation and pointing to the current API reference.
- Updated OpenAI Chat Completions API link from the legacy
/docs/guides/completionsto the current/docs/api-reference/chat - Removed "(legacy)" designation from the Chat Completions API references
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| src/oss/python/integrations/chat/openai.mdx | Updated Chat Completions API link and removed legacy designation in the compatibility note |
| src/oss/python/integrations/chat/index.mdx | Updated Chat Completions API link and removed legacy designation in the Chat Completions API section |
| </Tip> | ||
|
|
||
| <Note> | ||
| **Chat Completions API compatiblity** |
Copilot
AI
Oct 28, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Corrected spelling of 'compatiblity' to 'compatibility'.
| </Tip> | ||
|
|
||
| <Note> | ||
| **Chat Completions API compatiblity** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| **Chat Completions API compatiblity** | |
| **Chat Completions API compatibility** |
|
Mintlify preview ID generated: preview-ccchat-1761681870-258983f |