forked from twinnydotdev/twinny
-
Notifications
You must be signed in to change notification settings - Fork 0
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
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.