fix: update broken fine-tuning docs link#2598
fix: update broken fine-tuning docs link#2598daletyler1737 wants to merge 1 commit intoopenai:mainfrom
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 802af4997a
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| "### 4.2 Fine-Tune OpenAI Model\n", | ||
| "\n", | ||
| "If you're new to OpenAI Model Fine-Tuning, please refer to the [How to finetune Chat models](https://github.com/openai/openai-cookbook/blob/448a0595b84ced3bebc9a1568b625e748f9c1d60/examples/How_to_finetune_chat_models.ipynb) notebook. You can also refer to the [OpenAI Fine-Tuning Docs](platform.openai.com/docs/guides/fine-tuning/use-a-fine-tuned-model) for more details." | ||
| "If you're new to OpenAI Model Fine-Tuning, please refer to the [How to finetune Chat models](https://github.com/openai/openai-cookbook/blob/448a0595b84ced3bebc9a1568b625e748f9c1d60/examples/How_to_finetune_chat_models.ipynb) notebook. You can also refer to the [OpenAI Fine-Tuning Docs](platform.openai.com/docs/guides/fine-tuning) for more details." |
There was a problem hiding this comment.
Add scheme to the updated fine-tuning docs URL
The updated markdown link still uses platform.openai.com/... without https://, so most renderers treat it as a relative URL and the link remains broken. In this notebook cell, users clicking “OpenAI Fine-Tuning Docs” from GitHub/Jupyter will not reach the intended docs page, which means the commit does not fully fix the reported broken-link issue.
Useful? React with 👍 / 👎.
Summary
Fixed broken link in
ft_retrieval_augmented_generation_qdrant.ipynb.Problem: The link
https://platform.openai.com/docs/guides/fine-tuning/use-a-fine-tuned-modelis broken (404).Solution: Updated to point to the main fine-tuning documentation page:
https://platform.openai.com/docs/guides/fine-tuningFiles changed:
examples/fine-tuned_qa/ft_retrieval_augmented_generation_qdrant.ipynbFixes the broken link reported in issue #2320