opencode flake config update

This commit is contained in:
2025-10-03 13:50:46 -06:00
parent fd8fe35f1c
commit bf1282fba5
3 changed files with 15 additions and 12 deletions

View File

@@ -20,11 +20,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1752781635,
"narHash": "sha256-eveRosa7OLVqCbAccV5Azu7ICM1s7xPulWsLQU0bnig=",
"lastModified": 1759520046,
"narHash": "sha256-BQJmMDKfJ9AVaYPFaVqPrjEcfeao2JjBmXh3jWNRZjM=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "981f2095b201d5f61e81c6cecc054c3a2a130d0b",
"rev": "932892fb1c315bc8f2e311bbb2ba44f997dec361",
"type": "github"
},
"original": {

View File

@@ -12,17 +12,22 @@
"$schema" = "https://opencode.ai/config.json";
theme = "github";
provider = {
ollama = {
snow = {
npm = "@ai-sdk/openai-compatible";
options = {
baseURL = "http://ai-snow.reindeer-pinecone.ts.net:11434/v1";
baseURL = "http://ai-snow.reindeer-pinecone.ts.net:9292/v1";
};
models = {
# "llama3.1:70b" = { };
"deepseek-r1:70b" = { };
# "mistral:latest" = { };
"qwen3:32b" = { };
# "alibayram/Qwen3-30B-A3B-Instruct-2507" = { };
"gpt-oss-120b" = { };
};
};
home = {
npm = "@ai-sdk/openai-compatible";
options = {
baseURL = "http://openwebui.beefalo-newton.ts.net:9292/v1";
};
models = {
"gpt-oss-20b" = { };
};
};
};

View File

@@ -93,8 +93,6 @@ in {
set -x LIBVIRT_DEFAULT_URI qemu:///system
set -x TERM xterm-256color # ghostty
'';
};
home.file = {