Igor
Results
2
issues of
Igor
When pointing it to my dockerized ollama for LLM processing, it's throwing SSL certificate errors and crashing. HTTPSConnectionPool(host='ollama.localhost', port=443): Max retries exceeded with url: /api/generate (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED]...
bug: breaking
This fixes #822 with a new parameter "ollama_ssl_verify" so we can provide custom SSL cert files (or "False" to disable) to prevent "SSLCertVerificationError" when trying to access local dockerized Ollama...