we´re hosting an discourse board within our corporate network. We can´t integrate ChatGPT or any other public LLM, but there is a big initiative in our company that creates an internal service for AI modules (including GPT).
The have their own API, though, and I wanted to ask if it would be possible to write an custom LLM plugin?
Or what other option do we have ?
The calls to this internal API have to be authenticated, and the API itself needs another API key, so there are several mandantory information that have to be provided upfront.
I´ll try it out. One big concern I´m having, though, is the authentication thing.
It´s not only API key, but also OIDC based (corporate policy stuff )…
Meaning I would need to somehow customize the way the board makes requests agains this API. Is that possible without forking and doing it myself ?