redhat-developer / intellij-kubernetes

IntelliJ Kubernetes plugin
https://plugins.jetbrains.com/plugin/15921-kubernetes-by-red-hat
Eclipse Public License 2.0
20 stars 20 forks source link

feat: allow to query AI #716

Closed adietish closed 5 months ago

sonarcloud[bot] commented 9 months ago

Quality Gate Passed Quality Gate passed

Issues
2 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

adietish commented 9 months ago

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:

adietish commented 5 months ago

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