ahyatt / llm

A package abstracting llm capabilities for emacs.
GNU General Public License v3.0
178 stars 24 forks source link

Add support for https when using Ollama #7

Closed mprasil closed 11 months ago

mprasil commented 11 months ago

Currently only hostname and port is configurable, but as far as I can tell http protocol is hardcoded. Would be nice to also support https for ollama deployments behind encrypting proxies.

ahyatt commented 11 months ago

Good suggestion, thank you, I've done this and will include it in the next release, which should happen soon.

mprasil commented 11 months ago

That was very fast. Thank you!