Skip to content

Connect OpenAI to Twinny

bash edited this page Nov 6, 2024 · 1 revision

We need to use a hosted model, preferably from OpenAI (i.e. gpt-4o), to enable auto-completion with the Twinny plugin. It has to be through a provider though. It conceptually works kind of like this:

flowchart LR
    Twinny --> Provider --> OpenAI
Loading

We have observed discussions where the provider, LiteLLM, says it supports OpenAI. LiteLLM is a provider supported by Twinny. We need to figure out how to connect this all.

We were looking for providers supported by Twinny.

We were looking for LiteLLM's OpenAI Compatible Endpoints.

Clone this wiki locally