Add RelayFreeLLM, a RESTful API gateway that routes prompts to multiple AI providers (Gemini, Cerebras, Groq, Mistral, etc.) with failover and intent-based routing. Includes local cerebras-cloud-sdk build since it is not yet in nixpkgs.
6 lines
54 B
Nix
6 lines
54 B
Nix
{
|
|
pkgs,
|
|
...
|
|
}:
|
|
pkgs.callPackage ./package.nix { }
|