updates
This commit is contained in:
@@ -31,6 +31,15 @@
|
||||
"gpt-oss-20b" = { };
|
||||
};
|
||||
};
|
||||
office = {
|
||||
npm = "@ai-sdk/openai-compatible";
|
||||
options = {
|
||||
baseURL = "http://ai-office-server:8081/v1";
|
||||
};
|
||||
models = {
|
||||
"gpt-oss-20b" = { };
|
||||
};
|
||||
};
|
||||
};
|
||||
mcp = {
|
||||
playwright = {
|
||||
|
||||
@@ -44,6 +44,7 @@ alias blue="bluetui"
|
||||
function commit
|
||||
git add --all
|
||||
git commit -m "$argv"
|
||||
git pull
|
||||
git push
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user