add support for custom llm with ssl support (#380)

* add support for custom llm with ssl support

Add support for using custom llm that are served through https protocol.

* add instructions on how to add custom inference endpoint

* fix formatting

* add more details

* Apply suggestions from code review

Co-authored-by: Salman Paracha <salman.paracha@gmail.com>

* Apply suggestions from code review

* fix precommit

---------

Co-authored-by: Salman Paracha <salman.paracha@gmail.com>
This commit is contained in:
Adil Hafeez 2025-01-24 17:14:24 -08:00 committed by GitHub
parent 2c67fa3bc0
commit 38f7691163
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 43 additions and 0 deletions

View file

@ -61,6 +61,11 @@ properties:
type: boolean
endpoint:
type: string
protocol:
type: string
enum:
- http
- https
additionalProperties: false
required:
- name