@stll/ai-catalog 0.1.2 → 0.1.3
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/dist/index.d.ts +4 -4
- package/dist/index.js +4 -4
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -175,10 +175,10 @@ declare const MODEL_TEMPERATURE_POLICIES: {
|
|
|
175
175
|
readonly "gpt-5.6": "omit";
|
|
176
176
|
readonly "gpt-5.6-luna": "omit";
|
|
177
177
|
readonly "gpt-5.5": "omit";
|
|
178
|
-
readonly "gpt-5.4": "
|
|
179
|
-
readonly "gpt-5.4-mini": "
|
|
180
|
-
readonly "gpt-5.4-nano": "
|
|
181
|
-
readonly "gpt-5.2": "
|
|
178
|
+
readonly "gpt-5.4": "emit";
|
|
179
|
+
readonly "gpt-5.4-mini": "emit";
|
|
180
|
+
readonly "gpt-5.4-nano": "emit";
|
|
181
|
+
readonly "gpt-5.2": "emit";
|
|
182
182
|
readonly "claude-sonnet-5": "omit";
|
|
183
183
|
readonly "claude-fable-5": "omit";
|
|
184
184
|
readonly "claude-opus-5": "omit";
|
package/dist/index.js
CHANGED
|
@@ -401,10 +401,10 @@ const MODEL_TEMPERATURE_POLICIES = {
|
|
|
401
401
|
"gpt-5.6": "omit",
|
|
402
402
|
"gpt-5.6-luna": "omit",
|
|
403
403
|
"gpt-5.5": "omit",
|
|
404
|
-
"gpt-5.4": "
|
|
405
|
-
"gpt-5.4-mini": "
|
|
406
|
-
"gpt-5.4-nano": "
|
|
407
|
-
"gpt-5.2": "
|
|
404
|
+
"gpt-5.4": "emit",
|
|
405
|
+
"gpt-5.4-mini": "emit",
|
|
406
|
+
"gpt-5.4-nano": "emit",
|
|
407
|
+
"gpt-5.2": "emit",
|
|
408
408
|
"claude-sonnet-5": "omit",
|
|
409
409
|
"claude-fable-5": "omit",
|
|
410
410
|
"claude-opus-5": "omit",
|