Skip to content
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

fix: update OpenAI API key generation URL to reflect new platform link #1331

Merged
merged 1 commit into from
Nov 25, 2024

Conversation

100daysofdevops
Copy link
Contributor

Closes #

📑 Description

Updated the outdated OpenAI API key generation URL from https://beta.openai.com/account/api-keys to the current https://platform.openai.com/account/api-keys. This fixes the issue where users were directed to an incorrect page when running the k8sgpt generate command.

✅ Checks

  • [✅] My pull request adheres to the code style of this project
  • My code requires changes to the documentation
  • I have updated the documentation as required
  • [✅] All the tests have passed

ℹ Additional Information

This change ensures that users are directed to the correct OpenAI platform URL for API key generation, aligning the behavior of the k8sgpt generate command with the current OpenAI platform structure. No breaking changes or new dependencies were introduced.

Updated the outdated URL 'https://beta.openai.com/account/api-keys' to the current OpenAI API key generation page 'https://platform.openai.com/account/api-keys'.

This resolves the issue where users were directed to an incorrect URL when generating an OpenAI API key.


Signed-off-by: 100daysofdevops <47483190+100daysofdevops@users.noreply.github.com>
@100daysofdevops 100daysofdevops requested review from a team as code owners November 24, 2024 02:01
@AlexsJones AlexsJones merged commit ec5e42b into k8sgpt-ai:main Nov 25, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants