acon96 / home-llm

A Home Assistant integration & Model to control your smart home using a Local LLM
484 stars 56 forks source link

Make the SSL port optional for the Generic OpenAI Compatible Backend #166

Closed fixtse closed 3 weeks ago

fixtse commented 3 weeks ago

Hi, I noticed that you made the changes to make this possible when you refactor the code and created the format_url function. (I'm learning a lot while trying to understand the project's code) So I went ahead and made the related changes to the config_flow, so it could allow the port to be optional instead of required.

Related to #152

acon96 commented 3 weeks ago

This is great. I'm hoping to add this plus a couple more features to the Generic OpenAI backend for next release so this is super helpful. Thanks for the contribution!