Files
millerson-overlay.nix/packages/relay-free-llm/default.nix
Alexander Miroshnichenko 744d2419e6 feat(packages): add relay-free-llm package
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.
2026-06-19 08:49:29 +03:00

6 lines
54 B
Nix

{
pkgs,
...
}:
pkgs.callPackage ./package.nix { }