FocusedDiversity / synaptiq-hppo

The truth-aware document manager
GNU General Public License v3.0
0 stars 0 forks source link

Implement OpenAI API compatibility Service #23

Open erskine opened 11 months ago

erskine commented 11 months ago

Our LLM clients should interact with all the models we host in an OpenAI compatible API format.

Find/download/write a service to route inbound requests to the appropriate model (OpenAI, Databricks-hosted models, others, etc)

Preferred to be serverless