AIUser2324
Results
3
comments of
AIUser2324
I used the latest brew installation. ```holmes version``` gives me: HEAD -> master-fd086e5. I used the Llama3.1 model from Ollama.
When I set the environment variable with ```export OPENAI_API_BASE=``` and I then call ```holmes ask --model=llama3.1:8b-instruct-q8_0 "what pods are unhealthy and why?"``` I get the following error: ```NotFoundError: Error code:...
Yes, correct. If I use ```OPENAI_BASE_URL``` it works.