k8sgpt/cmd
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
..
analyze feat: add stats option to analyze command for performance insights (#1237) 2024-10-30 13:58:18 +00:00
auth fix(deps): update default model to gpt-4o for improved performance and cost efficiency (#1332) 2025-03-11 20:58:21 +00:00
cache feat: adds interplex as a caching provider (#1328) 2024-12-02 12:58:08 +00:00
customAnalyzer feat: add custom-analyzer cmd (#1207) 2024-08-10 22:05:11 +01:00
dump feat: dump (#1322) 2024-11-12 12:04:01 +00:00
filters refactor: replace util.SliceContainsString with slices.Contains & make fmt (#1041) 2024-04-19 13:15:50 +01:00
generate fix: update OpenAI API key generation URL to reflect new platform link (#1331) 2024-11-25 07:32:11 +00:00
integration feat!: Removal of Trivy (#1386) 2025-03-04 07:33:14 +00:00
serve fix: add maxTokens to serve mode (#1280) 2024-11-12 20:16:29 +00:00
root.go feat: dump (#1322) 2024-11-12 12:04:01 +00:00
version.go fix: typo (#463) 2023-05-26 18:49:29 +00:00