Can you configure Bifrost using entirely config files without the web interface? Can it run without a database or anything stateful? I'm using LiteLLM but it is not trivial to run.
You can configure it with just config files.
Database is optional, if you add one, you get advanced caching.
It's just a single executable.
wget https://downloads.getmaxim.ai/bifrost/v1.6.5/linux/amd64/bifrost-http chmod +x bifrost-http ./bifrost-http
You can configure it with just config files.
Database is optional, if you add one, you get advanced caching.
It's just a single executable.