litellm update
This commit is contained in:
parent
9b7dd95a39
commit
41d1bf3a0a
@ -8,7 +8,7 @@
|
|||||||
servicePort = portUtils.getPort serviceName "AZ-CLD-1";
|
servicePort = portUtils.getPort serviceName "AZ-CLD-1";
|
||||||
in {
|
in {
|
||||||
virtualisation.oci-containers.containers.${serviceName} = {
|
virtualisation.oci-containers.containers.${serviceName} = {
|
||||||
image = "ghcr.io/berriai/litellm:main-stable";
|
image = "ghcr.io/berriai/litellm:v1.80.0.rc.2";
|
||||||
ports = ["127.0.0.1:${toString servicePort}:4000"];
|
ports = ["127.0.0.1:${toString servicePort}:4000"];
|
||||||
environmentFiles = [config.age.secrets.litellm-env.path];
|
environmentFiles = [config.age.secrets.litellm-env.path];
|
||||||
environment = {
|
environment = {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user