You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 : k8sgpt-ai/k8sgpt-operator#98 but didnt help
The text was updated successfully, but these errors were encountered: