use openwebui latest with fix until unstable gets it

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-09-04 12:14:06 -05:00
parent 87d121b025
commit 307bf34c8c
3 changed files with 11 additions and 8 deletions

12
hosts/h001/flake.lock generated
View file

@ -199,16 +199,16 @@
},
"nixpkgs-unstable": {
"locked": {
"lastModified": 1755615617,
"narHash": "sha256-HMwfAJBdrr8wXAkbGhtcby1zGFvs+StOp19xNsbqdOg=",
"owner": "nixos",
"lastModified": 1756902501,
"narHash": "sha256-a89pyAbY2qVZaiFxYdt9+fvXI8pLKgu/g7CqkCUUf94=",
"owner": "wrvsrx",
"repo": "nixpkgs",
"rev": "20075955deac2583bb12f07151c2df830ef346b4",
"rev": "898a1df732414f7d293a207459c8e47679b33364",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-unstable",
"owner": "wrvsrx",
"ref": "fix-open-webui",
"repo": "nixpkgs",
"type": "github"
}

View file

@ -1,7 +1,8 @@
{
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.05";
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
nixpkgs-unstable.url = "github:wrvsrx/nixpkgs/fix-open-webui";
# nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
# Use relative to get current version for testing
# common.url = "path:../../common";

View file

@ -137,8 +137,10 @@
litellm_params = {
model = "github_copilot/claude-sonnet-4";
extra_headers = {
"editor-version" = "vscode/1.92.0";
"editor-version" = "vscode/1.85.1";
"Copilot-Integration-Id" = "vscode-chat";
"user-agent" = "GithubCopilot/1.155.0";
"editor-plugin-version" = "copilot/1.155.0";
};
};
}