@cellaware/utils 7.2.2 → 7.2.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/llm/cost.js +4 -0
- package/dist/llm/model.d.ts +1 -1
- package/package.json +1 -1
- package/dist/chatwms/date.d.ts +0 -0
- package/dist/chatwms/date.js +0 -1
- package/dist/chatwms/locale.d.ts +0 -0
- package/dist/chatwms/locale.js +0 -1
- package/dist/chatwms/theme.d.ts +0 -0
- package/dist/chatwms/theme.js +0 -1
package/dist/llm/cost.js
CHANGED
package/dist/llm/model.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export type ModelName = 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-4o' | 'gpt-4o-mini' | 'o1' | 'o1-mini' | 'o3' | 'o3-mini' | 'o4-mini';
|
|
1
|
+
export type ModelName = 'gpt-5.1' | 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-4o' | 'gpt-4o-mini' | 'o1' | 'o1-mini' | 'o3' | 'o3-mini' | 'o4-mini';
|
|
2
2
|
export type ReasoningEffort = 'minimal' | 'low' | 'medium' | 'high';
|
|
3
3
|
export type Verbosity = 'low' | 'medium' | 'high';
|
|
4
4
|
export interface OpenAIModelOptions {
|
package/package.json
CHANGED
package/dist/chatwms/date.d.ts
DELETED
|
File without changes
|
package/dist/chatwms/date.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";
|
package/dist/chatwms/locale.d.ts
DELETED
|
File without changes
|
package/dist/chatwms/locale.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";
|
package/dist/chatwms/theme.d.ts
DELETED
|
File without changes
|
package/dist/chatwms/theme.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";
|