Skip to content

fix doc links in chat_completion.py#409

Closed
conradg wants to merge 1 commit intoopenai:mainfrom
conradg:patch-1
Closed

fix doc links in chat_completion.py#409
conradg wants to merge 1 commit intoopenai:mainfrom
conradg:patch-1

Conversation

@conradg
Copy link
Copy Markdown

@conradg conradg commented Apr 22, 2023

currently, these docs are broken, as the url has changed from /chat-completions/ to /completions/

⚠️ Broken: https://platform.openai.com/docs/api-reference/chat-completions/create
✅ Working: https://platform.openai.com/docs/api-reference/completions/create

@hallacy hallacy requested a review from logankilpatrick April 27, 2023 14:58
@EliahKagan
Copy link
Copy Markdown

#527 makes a different fix to this URL, pointing it at the API documentation specific to chat completions (changing chat-completions in the URL to chat rather than to completions). Since that appears to be the intended target, and #527 has been merged, I think the change in this PR may no longer be needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants