updates
All checks were successful
Apply Kuberentes Configs / update-repo (push) Successful in 1s
Apply Kuberentes Configs / update-infrastructure (push) Successful in 1s

This commit is contained in:
2026-02-10 14:34:22 -07:00
parent 721ae13de2
commit 90076edfac
2 changed files with 10 additions and 0 deletions

View File

@@ -31,6 +31,15 @@
"gpt-oss-20b" = { }; "gpt-oss-20b" = { };
}; };
}; };
office = {
npm = "@ai-sdk/openai-compatible";
options = {
baseURL = "http://ai-office-server:8081/v1";
};
models = {
"gpt-oss-20b" = { };
};
};
}; };
mcp = { mcp = {
playwright = { playwright = {

View File

@@ -44,6 +44,7 @@ alias blue="bluetui"
function commit function commit
git add --all git add --all
git commit -m "$argv" git commit -m "$argv"
git pull
git push git push
end end