promptgun 0.14.19 → 0.14.21

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 CHANGED
@@ -24,6 +24,7 @@ export declare class AIClient {
24
24
 
25
25
  export declare const AiModel: {
26
26
  /**
27
+ * "OpenAI model ID: gpt-3.5-turbo"
27
28
  * | Attribute | Rating | Value |
28
29
  * |----------------|-----------------|----------------|
29
30
  * | Intelligence | ○○○ | Moderate |
@@ -128,7 +129,6 @@ export declare const AiModel: {
128
129
  */
129
130
  readonly gpt_4_0125_preview: "gpt-4-0125-preview";
130
131
  /**
131
- * "OpenAI model ID: gpt-4-0613"
132
132
  * | Attribute | Rating | Value |
133
133
  * |----------------|-----------------|----------------|
134
134
  * | Intelligence | ○○○○ | High |
@@ -207,7 +207,6 @@ export declare const AiModel: {
207
207
  */
208
208
  readonly gpt_4_1: "gpt-4.1";
209
209
  /**
210
- * "OpenAI model ID: gpt-4.1-2025-04-14"
211
210
  * | Attribute | Rating | Value |
212
211
  * |----------------|-----------------|----------------|
213
212
  * | 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 |