promptgun 0.14.11 → 0.14.13
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/build/index.d.ts +1 -1
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.d.ts
CHANGED
|
@@ -297,7 +297,6 @@ export declare const AiModel: {
|
|
|
297
297
|
*/
|
|
298
298
|
readonly gpt_4_5_preview_2025_02_27: "gpt-4.5-preview-2025-02-27";
|
|
299
299
|
/**
|
|
300
|
-
* "OpenAI model ID: gpt-4o"
|
|
301
300
|
* | Attribute | Rating | Value |
|
|
302
301
|
* |----------------|-----------------|----------------|
|
|
303
302
|
* | Intelligence | ○○○○ | High |
|
|
@@ -506,6 +505,7 @@ export declare const AiModel: {
|
|
|
506
505
|
*/
|
|
507
506
|
readonly gpt_4o_mini_search_preview_2025_03_11: "gpt-4o-mini-search-preview-2025-03-11";
|
|
508
507
|
/**
|
|
508
|
+
* "OpenAI model ID: gpt-4o-mini-transcribe"
|
|
509
509
|
* | Attribute | Rating | Value |
|
|
510
510
|
* |----------------|-----------------|----------------|
|
|
511
511
|
* | Intelligence | ○○○ | Moderate |
|