update litellm
This commit is contained in:
parent
bbf0e44f55
commit
168d31fc88
2 changed files with 13 additions and 12 deletions
20
hosts/h001/flake.lock
generated
20
hosts/h001/flake.lock
generated
|
|
@ -31,11 +31,11 @@
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"dir": "flakes/beszel",
|
"dir": "flakes/beszel",
|
||||||
"lastModified": 1766078770,
|
"lastModified": 1766890076,
|
||||||
"narHash": "sha256-zzH5ejNAs/B42GGLVaa+SLt11PU0RPVKAdvTZUJolRU=",
|
"narHash": "sha256-u7WSMDprtQXowub2WNCVfZHBaRUysq3hICpiHbyEXLI=",
|
||||||
"ref": "refs/heads/master",
|
"ref": "refs/heads/master",
|
||||||
"rev": "49f82a343492cd5c47797f4f1b843bb5453a7c7b",
|
"rev": "5fe2566c2da9359de8aa2b610913feb6454a8ceb",
|
||||||
"revCount": 953,
|
"revCount": 973,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.joshuabell.xyz/ringofstorms/dotfiles"
|
"url": "https://git.joshuabell.xyz/ringofstorms/dotfiles"
|
||||||
},
|
},
|
||||||
|
|
@ -63,11 +63,11 @@
|
||||||
},
|
},
|
||||||
"beszel-nixpkgs_2": {
|
"beszel-nixpkgs_2": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1765779637,
|
"lastModified": 1766651565,
|
||||||
"narHash": "sha256-KJ2wa/BLSrTqDjbfyNx70ov/HdgNBCBBSQP3BIzKnv4=",
|
"narHash": "sha256-QEhk0eXgyIqTpJ/ehZKg9IKS7EtlWxF3N7DXy42zPfU=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "1306659b587dc277866c7b69eb97e5f07864d8c4",
|
"rev": "3e2499d5539c16d0d173ba53552a4ff8547f4539",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
@ -211,11 +211,11 @@
|
||||||
},
|
},
|
||||||
"litellm-nixpkgs": {
|
"litellm-nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1766309749,
|
"lastModified": 1766651565,
|
||||||
"narHash": "sha256-3xY8CZ4rSnQ0NqGhMKAy5vgC+2IVK0NoVEzDoOh4DA4=",
|
"narHash": "sha256-QEhk0eXgyIqTpJ/ehZKg9IKS7EtlWxF3N7DXy42zPfU=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "a6531044f6d0bef691ea18d4d4ce44d0daa6e816",
|
"rev": "3e2499d5539c16d0d173ba53552a4ff8547f4539",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
||||||
|
|
@ -79,13 +79,13 @@ in
|
||||||
litellm_params = {
|
litellm_params = {
|
||||||
model = "azure/${m}";
|
model = "azure/${m}";
|
||||||
api_base = "http://100.64.0.8:9010/azure";
|
api_base = "http://100.64.0.8:9010/azure";
|
||||||
api_version = "2025-07-01-preview";
|
api_version = "2025-04-01-preview";
|
||||||
api_key = "na";
|
api_key = "na";
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
# curl -L "http://100.64.0.8:9010/azure/openai/models?api-version=2025-04-01-preview" | jq '.data.[].id'
|
# 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-5.1-2025-11-13"
|
||||||
"gpt-4o-2024-05-13"
|
"gpt-4o-2024-05-13"
|
||||||
"gpt-4.1-2025-04-14"
|
"gpt-4.1-2025-04-14"
|
||||||
|
|
@ -110,6 +110,7 @@ in
|
||||||
"gpt-5-mini"
|
"gpt-5-mini"
|
||||||
"gpt-5-nano"
|
"gpt-5-nano"
|
||||||
"gpt-5.1"
|
"gpt-5.1"
|
||||||
|
"gpt-5.2"
|
||||||
"gpt-5"
|
"gpt-5"
|
||||||
"gpt-4.1"
|
"gpt-4.1"
|
||||||
"gpt-4.1-mini"
|
"gpt-4.1-mini"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue