You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As you see in #1022, currently adding a new processor involves "a lot" of copy paste of the existing infra. chat_completions, embeddings, and messages processors are all sharing majority of request flow handling which is compatible with the control plane's configuration.
We need to make it much more easier since we are looking to add support more processors both for passthrough and translations.