promptgun 0.14.19 → 0.14.20
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 -4
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.d.ts
CHANGED
|
@@ -128,7 +128,6 @@ export declare const AiModel: {
|
|
|
128
128
|
*/
|
|
129
129
|
readonly gpt_4_0125_preview: "gpt-4-0125-preview";
|
|
130
130
|
/**
|
|
131
|
-
* "OpenAI model ID: gpt-4-0613"
|
|
132
131
|
* | Attribute | Rating | Value |
|
|
133
132
|
* |----------------|-----------------|----------------|
|
|
134
133
|
* | Intelligence | ○○○○ | High |
|
|
@@ -207,7 +206,6 @@ export declare const AiModel: {
|
|
|
207
206
|
*/
|
|
208
207
|
readonly gpt_4_1: "gpt-4.1";
|
|
209
208
|
/**
|
|
210
|
-
* "OpenAI model ID: gpt-4.1-2025-04-14"
|
|
211
209
|
* | Attribute | Rating | Value |
|
|
212
210
|
* |----------------|-----------------|----------------|
|
|
213
211
|
* | Intelligence | ○○○○ | High |
|
|
@@ -806,6 +804,7 @@ export declare const AiModel: {
|
|
|
806
804
|
*/
|
|
807
805
|
readonly o3_mini: "o3-mini";
|
|
808
806
|
/**
|
|
807
|
+
* "OpenAI model ID: o3-mini-2025-01-31"
|
|
809
808
|
* | Attribute | Rating | Value |
|
|
810
809
|
* |----------------|-----------------|----------------|
|
|
811
810
|
* | Intelligence | ○○○○ | High |
|
|
@@ -832,7 +831,6 @@ export declare const AiModel: {
|
|
|
832
831
|
*/
|
|
833
832
|
readonly o3_pro: "o3-pro";
|
|
834
833
|
/**
|
|
835
|
-
* "OpenAI model ID: o3-pro-2025-06-10"
|
|
836
834
|
* | Attribute | Rating | Value |
|
|
837
835
|
* |----------------|-----------------|----------------|
|
|
838
836
|
* | Intelligence | ? | ? |
|
|
@@ -846,7 +844,6 @@ export declare const AiModel: {
|
|
|
846
844
|
*/
|
|
847
845
|
readonly o3_pro_2025_06_10: "o3-pro-2025-06-10";
|
|
848
846
|
/**
|
|
849
|
-
* "OpenAI model ID: o4-mini"
|
|
850
847
|
* | Attribute | Rating | Value |
|
|
851
848
|
* |----------------|-----------------|----------------|
|
|
852
849
|
* | Intelligence | ○○○ | Moderate |
|