k8sgpt/cmd/auth
100daysofdevops 4e39cb65b3
fix(deps): update default model to gpt-4o for improved performance and cost efficiency (#1332)
* fix: update OpenAI API key generation URL to reflect new platform link

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>

* fix(deps):Add transition plan for GPT-3.5 Turbo to GPT-4o

- A comprehensive comparison of GPT-3.5 Turbo and GPT-4o models, focusing on performance and cost improvements.
- Documentation updates highlighting the planned deprecation of gpt-3.5-turbo-0301 on February 13, 2025.
- Clear migration guidelines for transitioning to GPT-4o or GPT-4o mini to ensure service continuity.

Signed-off-by: 100daysofdevops <47483190+100daysofdevops@users.noreply.github.com>

---------

Signed-off-by: 100daysofdevops <47483190+100daysofdevops@users.noreply.github.com>
Co-authored-by: Alex Jones <alexsimonjones@gmail.com>
2025-03-11 20:58:21 +00:00
..
add.go fix(deps): update default model to gpt-4o for improved performance and cost efficiency (#1332) 2025-03-11 20:58:21 +00:00
auth.go feat: support openai organization Id (#1133) 2024-06-14 08:39:56 +01:00
default.go feat: added the ability to set a user default AI provider (#427) 2023-05-16 13:31:19 +02:00
list.go fix: remove show password in auth list (#1061) 2024-04-16 07:20:20 +01:00
remove.go feat: auth remove: add -b flag (#711) 2023-11-10 14:15:24 -06:00
update.go fix: auth update throw out exception (#1193) 2024-07-18 16:49:51 +01:00