update litellm

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-12-28 17:33:19 -06:00
parent bbf0e44f55
commit 168d31fc88
2 changed files with 13 additions and 12 deletions

20
hosts/h001/flake.lock generated
View file

@ -31,11 +31,11 @@
},
"locked": {
"dir": "flakes/beszel",
"lastModified": 1766078770,
"narHash": "sha256-zzH5ejNAs/B42GGLVaa+SLt11PU0RPVKAdvTZUJolRU=",
"lastModified": 1766890076,
"narHash": "sha256-u7WSMDprtQXowub2WNCVfZHBaRUysq3hICpiHbyEXLI=",
"ref": "refs/heads/master",
"rev": "49f82a343492cd5c47797f4f1b843bb5453a7c7b",
"revCount": 953,
"rev": "5fe2566c2da9359de8aa2b610913feb6454a8ceb",
"revCount": 973,
"type": "git",
"url": "https://git.joshuabell.xyz/ringofstorms/dotfiles"
},
@ -63,11 +63,11 @@
},
"beszel-nixpkgs_2": {
"locked": {
"lastModified": 1765779637,
"narHash": "sha256-KJ2wa/BLSrTqDjbfyNx70ov/HdgNBCBBSQP3BIzKnv4=",
"lastModified": 1766651565,
"narHash": "sha256-QEhk0eXgyIqTpJ/ehZKg9IKS7EtlWxF3N7DXy42zPfU=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "1306659b587dc277866c7b69eb97e5f07864d8c4",
"rev": "3e2499d5539c16d0d173ba53552a4ff8547f4539",
"type": "github"
},
"original": {
@ -211,11 +211,11 @@
},
"litellm-nixpkgs": {
"locked": {
"lastModified": 1766309749,
"narHash": "sha256-3xY8CZ4rSnQ0NqGhMKAy5vgC+2IVK0NoVEzDoOh4DA4=",
"lastModified": 1766651565,
"narHash": "sha256-QEhk0eXgyIqTpJ/ehZKg9IKS7EtlWxF3N7DXy42zPfU=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "a6531044f6d0bef691ea18d4d4ce44d0daa6e816",
"rev": "3e2499d5539c16d0d173ba53552a4ff8547f4539",
"type": "github"
},
"original": {

View file

@ -79,13 +79,13 @@ in
litellm_params = {
model = "azure/${m}";
api_base = "http://100.64.0.8:9010/azure";
api_version = "2025-07-01-preview";
api_version = "2025-04-01-preview";
api_key = "na";
};
})
# curl -L "http://100.64.0.8:9010/azure/openai/models?api-version=2025-04-01-preview" | jq '.data.[].id'
[
"gpt-5.2"
# "gpt-5.2-2025-12-11"
"gpt-5.1-2025-11-13"
"gpt-4o-2024-05-13"
"gpt-4.1-2025-04-14"
@ -110,6 +110,7 @@ in
"gpt-5-mini"
"gpt-5-nano"
"gpt-5.1"
"gpt-5.2"
"gpt-5"
"gpt-4.1"
"gpt-4.1-mini"