-
Notifications
You must be signed in to change notification settings - Fork 692
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
[Feature]: Support Custom AI backends. #1072
Comments
Hey @atul86244, |
Hi @arbreezy , thanks for your response. I was going through this doc https://docs.k8sgpt.ai/reference/providers/backend/ and was trying to figure out how can I point k8sGPT to my company's AI backend. If I have my own custom AI which exposes an endpoint then can I point k8sGPT to it? I am not sure if the spec below provides a way to do that:
|
I am also interested in this. Thanks! |
Hi Team, can you please help with this. |
+1. Many of users or corporations host their various LLM over self-hosted API (i.e. AWS API Gateway, Kong API) via REST protocol regardless of the LLM models sitting behind. In this case, it will be a request call to the bakckend API |
Checklist
Is this feature request related to a problem?
No
Problem Description
Please add support to use custom AI backends with k8sGPT. This would help people use k8sGPT along with in house AI backends leading to increase in adoption of k8sGPT.
Solution Description
Need the ability to use k8sGPT along with custom in house AI backends. For example - I want to use k8sGPT in my company and use the company AI solution as the AI backend for k8sGPT.
Benefits
This would help people use k8sGPT along with in house AI backends leading to increase in adoption of k8sGPT.
Potential Drawbacks
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: