Open venkatest opened 7 months ago
Tested it on version 0.3.24 and it is working but not on 0.3.29
would you move this issue to k8sgpt repository?
Hi JuHyung-son, I dont have rights to transfer the issue to other repo. I think only the Org/repo owner can do it.
Having a similar issue with v0.3.40 + local ollama:
~> ollama serve &
~ » k8sgpt auth add --backend localai --model mistral --baseurl http://localhost:11434/v1
localai added to the AI backend provider list
~ » k8sgpt analyze --explain --filter=Service
Error: AI provider openai not specified in configuration. Please run k8sgpt auth
Checklist
Affected Components
K8sGPT Version
v0.3.29
Kubernetes Version
v1.29.1
Host OS and its Version
Windows
Steps to reproduce
k8sgpt auth default -p azureopenai
k8sgpt auth add --backend azureopenai --baseurl https://xxxxxx.openai.azure.com --engine gpt3-5 --model gpt-35-turbo
k8sgpt analyze --explain --filter=Pod
Expected behaviour
K8sgpt should give analyze results
Actual behaviour
Error: AI provider openai not specified in configuration. Please run k8sgpt auth
Additional Information
I checked this issue : https://github.com/k8sgpt-ai/k8sgpt-operator/issues/98 but didnt help