promptgun 0.14.21 → 0.14.22

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,7 +24,6 @@ export declare class AIClient {
24
24
 
25
25
  export declare const AiModel: {
26
26
  /**
27
- * "OpenAI model ID: gpt-3.5-turbo"
28
27
  * | Attribute | Rating | Value |
29
28
  * |----------------|-----------------|----------------|
30
29
  * | Intelligence | ○○○ | Moderate |
@@ -129,6 +128,7 @@ export declare const AiModel: {
129
128
  */
130
129
  readonly gpt_4_0125_preview: "gpt-4-0125-preview";
131
130
  /**
131
+ * "OpenAI model ID: gpt-4-0613"
132
132
  * | Attribute | Rating | Value |
133
133
  * |----------------|-----------------|----------------|
134
134
  * | Intelligence | ○○○○ | High |
@@ -480,6 +480,7 @@ export declare const AiModel: {
480
480
  */
481
481
  readonly gpt_4o_mini_realtime_preview_2024_12_17: "gpt-4o-mini-realtime-preview-2024-12-17";
482
482
  /**
483
+ * "OpenAI model ID: gpt-4o-mini-search-preview"
483
484
  * | Attribute | Rating | Value |
484
485
  * |----------------|-----------------|----------------|
485
486
  * | Intelligence | ○○○ | Moderate |