You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've searched for similar issues and couldn't find anything matching
I've included steps to reproduce the behavior
Affected Components
K8sGPT (CLI)
K8sGPT Operator
K8sGPT Version
v0.3.26
Kubernetes Version
v1.29.1
Host OS and its Version
Linux 22.04.3 LTS
Steps to reproduce
Run the k8sgpt generate -b=azureopenai command to set up API keys.
Note that the command outputs a static URL directing users to the OpenAI website for key generation, regardless of the selected backend provider.
Expected behaviour
The generate command should dynamically provide the appropriate URL for API key generation based on the selected backend provider. This would streamline the setup process and ensure that users are directed to the correct platform for generating the required API keys.
Actual behaviour
When running the k8sgpt generate command to set up API keys for backend providers other than OpenAI, then got a static URL directing them to the OpenAI website for key generation. This behaviour persists regardless of the chosen backend provider, leading to confusion and inefficiency in the setup process.
Additional Information
If this issue is looks valid, I would like to work on it.
The text was updated successfully, but these errors were encountered:
amitamrutiya
changed the title
[Bug]: generate command only provides static URL for OpenAI key generation
[Bug]: generate command only provides static URL of openai
Feb 8, 2024
Checklist
Affected Components
K8sGPT Version
v0.3.26
Kubernetes Version
v1.29.1
Host OS and its Version
Linux 22.04.3 LTS
Steps to reproduce
k8sgpt generate -b=azureopenai
command to set up API keys.Expected behaviour
The generate command should dynamically provide the appropriate URL for API key generation based on the selected backend provider. This would streamline the setup process and ensure that users are directed to the correct platform for generating the required API keys.
Actual behaviour
When running the k8sgpt generate command to set up API keys for backend providers other than OpenAI, then got a static URL directing them to the OpenAI website for key generation. This behaviour persists regardless of the chosen backend provider, leading to confusion and inefficiency in the setup process.
Additional Information
If this issue is looks valid, I would like to work on it.
The text was updated successfully, but these errors were encountered: