Thanks to visit codestin.com
Credit goes to github.com

Skip to content

fix doc links in chat_completion.py #409

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

Closed
wants to merge 1 commit into from
Closed

Conversation

conradg
Copy link

@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

#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