kopylot
kopylot copied to clipboard
An AI-Powered assistant for Kubernetes developers
Is there are risk of "leaking" information to the external LLM that is used (e.g. from OpenAI) ? For that reason (valid or not), I presume large corporations (and small...
I installed KoPylot on MacOS chip M2 with `pip3 install kopylot`. And when I receive an error "text-davinci-003" has been deprecated" when running `kopylot chat`. Maybe need to upgrade a...
**As a** User **I want** to install `kopylot` via `brew` **So that** there's an easy and commodity package installation of `kopylot`
I tried the actual usage, but always hit the error: ``` kopylot chat (stacktrace shown) RateLimitError: You exceeded your current quota, please check your plan and billing details. ``` So,...
Hey there, great tool and cool ideas. Would you be interested in collaborating some of your features into https://github.com/k8sgpt-ai/k8sgpt ?
This PR removes the poetry.toml file that forces the `virtualenvs.in-project = true` setting for poetry. For my local development, I prefer to respect the default setting on my machine, which...