@aliou/pi-neuralwatt 0.6.0 → 0.6.1

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aliou/pi-neuralwatt",
3
- "version": "0.6.0",
3
+ "version": "0.6.1",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "private": false,
@@ -250,6 +250,7 @@ export const NEURALWATT_MODELS: ProviderModelConfig[] = [
250
250
  contextWindow: 262128,
251
251
  maxTokens: 65536,
252
252
  thinkingLevelMap: {
253
+ off: null,
253
254
  minimal: null,
254
255
  low: null,
255
256
  medium: "medium",