updates
This commit is contained in:
@@ -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 = {
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user