-
Notifications
You must be signed in to change notification settings - Fork 98
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
feat: add watsonx ai provider #482
Conversation
Signed-off-by: yanweili <yanweili@ibm.com>
This has a dependency with k8sgpt-ai/k8sgpt#1234 |
@liyanwei93 can you help update this PR a bit based on k8sgpt-ai/k8sgpt#1234? I have renamed |
Signed-off-by: yanweili <yanweili@ibm.com>
api/v1alpha1/k8sgpt_types.go
Outdated
@@ -140,7 +140,7 @@ const ( | |||
Cohere = "cohere" | |||
Google = "google" | |||
GoogleVertexAI = "googlevertexai" | |||
WatsonXAI = "watsonxai" | |||
IBMWatsonXAI = "ibmwatsonxai" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I prefer we use IBMWatsonxAI
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated
Signed-off-by: yanweili <yanweili@ibm.com>
hey @AlexsJones can you help review or delegate to others for review? Thanks |
Signed-off-by: yanweili <yanweili@ibm.com>
Hi @AlexsJones, all dependent PRs have been merged. Could you please help to review this one. Thanks in advanced. |
* feat: add watsonx ai provider Signed-off-by: yanweili <yanweili@ibm.com> * rename to ibmwatsonxai Signed-off-by: yanweili <yanweili@ibm.com> * rename to IBMWatsonxAI Signed-off-by: yanweili <yanweili@ibm.com> * change the secret key name Signed-off-by: yanweili <yanweili@ibm.com> --------- Signed-off-by: yanweili <yanweili@ibm.com> Co-authored-by: yanweili <yanweili@ibm.com> Signed-off-by: Shahrooz Aghili <shahrooz33ce@gmail.com>
Signed-off-by: yanweili yanweili@ibm.com
Closes #
📑 Description
Add IBM watsonx ai as AI provider for k8sGPT.
Document: k8sgpt-ai/docs#107
PR in k8sgpt: k8sgpt-ai/k8sgpt#1163
✅ Checks
ℹ Additional Information