Dax Raad 4 месяцев назад
Родитель
Сommit
c8c0373f1d
1 измененных файлов с 4 добавлено и 1 удалено
  1. 4 1
      script/publish.ts

+ 4 - 1
script/publish.ts

@@ -76,6 +76,10 @@ if (!snapshot) {
         id: session.data!.id,
       },
       body: {
+        model: {
+          providerID: "opencode",
+          modelID: "kimi-k2",
+        },
         parts: [
           {
             type: "text",
@@ -113,7 +117,6 @@ if (!snapshot) {
       notes.push(line)
     }
   }
-
   server.close()
   await $`gh release create v${version} --title "v${version}" --notes ${notes.join("\n") ?? "No notable changes"} ./packages/opencode/dist/*.zip`
 }