Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@
"source": [
"## 4. Fine-tuning and Answering using Fine-tuned model\n",
"\n",
"For the complete fine-tuning process, please refer to the [OpenAI Fine-Tuning Docs](https://platform.openai.com/docs/guides/fine-tuning/use-a-fine-tuned-model).\n",
"For the complete fine-tuning process, please refer to the [OpenAI Fine-Tuning Docs](https://platform.openai.com/docs/guides/fine-tuning).\n",
"\n",
"### 4.1 Prepare the Fine-Tuning Data\n",
"\n",
Expand Down Expand Up @@ -538,7 +538,7 @@
"\n",
"### 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."
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge 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 👍 / 👎.

]
},
{
Expand Down