Skip to content

fix: update broken fine-tuning docs link#2598

Open
daletyler1737 wants to merge 1 commit intoopenai:mainfrom
daletyler1737:fix/broken-link-fine-tuning-docs
Open

fix: update broken fine-tuning docs link#2598
daletyler1737 wants to merge 1 commit intoopenai:mainfrom
daletyler1737:fix/broken-link-fine-tuning-docs

Conversation

@daletyler1737
Copy link
Copy Markdown

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-model is broken (404).

Solution: Updated to point to the main fine-tuning documentation page: https://platform.openai.com/docs/guides/fine-tuning

Files changed:

  • examples/fine-tuned_qa/ft_retrieval_augmented_generation_qdrant.ipynb

Fixes the broken link reported in issue #2320

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

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

💡 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."
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 👍 / 👎.

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.

1 participant