intellij-kubernetes icon indicating copy to clipboard operation
intellij-kubernetes copied to clipboard

feat: allow to query AI

Open adietish opened this issue 1 year ago • 2 comments

adietish avatar Feb 29 '24 17:02 adietish

This is a PoC to demonstrate how an LLM could be userful when creating or modifying kubernetes resource files. It queries a mistral model that's running locally (M1 Mac) using ollama (content gets created at 0:36):

https://github.com/redhat-developer/intellij-kubernetes/assets/25126/95ae7e09-58ad-4969-9e5c-0838011303be

For this to be really useful:

  • the generated content should be diff'ed to the existing editor (the diff allowing to use only certain lines of the generated content)
  • a wizard that allows to create new files (PoC only is accessible in an existing editor)
  • preferences to allow connecting to ChatGPT, etc. not just local ollama
  • ...

adietish avatar Mar 02 '24 16:03 adietish

Closing this as it is a PoC that never wil make it to main.

adietish avatar Jul 02 '24 13:07 adietish