zor-ai 0.9.27 → 0.9.30

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/install.js +4 -0
  2. package/package.json +1 -1
package/install.js CHANGED
@@ -248,6 +248,10 @@ function ensureCustomAuthTemplate(platform, env) {
248
248
  "# default_base_url: http://127.0.0.1:11434/v1\n" +
249
249
  "# default_model: llama3.3\n" +
250
250
  "# api_key_env: LOCAL_OPENAI_API_KEY\n" +
251
+ "# models:\n" +
252
+ "# - id: llama3.3\n" +
253
+ "# name: Llama 3.3\n" +
254
+ "# context_window: 128000\n" +
251
255
  "providers: []\n"
252
256
  );
253
257
  return customAuthPath;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zor-ai",
3
- "version": "0.9.27",
3
+ "version": "0.9.30",
4
4
  "description": "The Agent That Lives - daemon-first AI agent runtime",
5
5
  "license": "MIT",
6
6
  "homepage": "https://zorai.app",