@numairbaseer/scifcode 0.1.5 → 0.1.6

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/package.json +2 -2
  2. package/src/constants.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@numairbaseer/scifcode",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "description": "Scifcode: a coding CLI agent powered by Poolside Laguna.",
5
5
  "type": "module",
6
6
  "repository": {
@@ -28,7 +28,7 @@
28
28
  "prepack": "npm test && npm run lint"
29
29
  },
30
30
  "dependencies": {
31
- "@numairbaseer/scifcode-runtime": "0.1.5"
31
+ "@numairbaseer/scifcode-runtime": "0.1.6"
32
32
  },
33
33
  "engines": {
34
34
  "node": ">=22.19.0"
package/src/constants.js CHANGED
@@ -1,6 +1,6 @@
1
1
  export const DEFAULT_PROVIDER_NAME = "scifcode";
2
2
  export const DEFAULT_BASE_URL = "https://danishshaik--reservoir-vllm-serve.modal.run/v1";
3
- export const DEFAULT_MODEL = "reservoir-modal";
3
+ export const DEFAULT_MODEL = "scifcode-1.0";
4
4
  export const DEFAULT_MODEL_NAME = "scifcode-1.0";
5
5
  export const DEFAULT_CONTEXT_WINDOW = 32768;
6
6
  export const DEFAULT_MAX_TOKENS = 8192;