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

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";
};
};
}