Aisuite configuration for on-premise LLM

Dear All,
I have a question about the aisuite package used by Andrew Ng in Agentic AI course. I have access to our on-premise OpenAI ChatGPT. I’d like to use our on-premise ChatGPT backend with aisuite. I beleive it’d be possible. If you have any information that’d be useful for this purpose, please share it with me here.

Thank you very much for your attention and support.

Kind regards,
Sharif

Hi shariful,

What exactly do you mean with ‘on-premise OpenAI ChatGPT’?

If this is an OpenAI API endpoint, it should be usable directly with aisuite (if your system permissions allow).

If it is a non-OpenAI model that imitates ChatGPT, you could probably run it through ollama. You could ask an LLM with online access how to do this.