promptgun 0.14.25 → 0.14.27
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 +4 -1
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.d.ts
CHANGED
|
@@ -76,6 +76,7 @@ export declare const AiModel: {
|
|
|
76
76
|
*/
|
|
77
77
|
readonly gpt_3_5_turbo_16k: "gpt-3.5-turbo-16k";
|
|
78
78
|
/**
|
|
79
|
+
* "OpenAI model ID: gpt-3.5-turbo-instruct"
|
|
79
80
|
* | Attribute | Rating | Value |
|
|
80
81
|
* |----------------|-----------------|----------------|
|
|
81
82
|
* | Intelligence | ○○○ | Moderate |
|
|
@@ -128,6 +129,7 @@ export declare const AiModel: {
|
|
|
128
129
|
*/
|
|
129
130
|
readonly gpt_4_0125_preview: "gpt-4-0125-preview";
|
|
130
131
|
/**
|
|
132
|
+
* "OpenAI model ID: gpt-4-0613"
|
|
131
133
|
* | Attribute | Rating | Value |
|
|
132
134
|
* |----------------|-----------------|----------------|
|
|
133
135
|
* | Intelligence | ○○○○ | High |
|
|
@@ -154,7 +156,6 @@ export declare const AiModel: {
|
|
|
154
156
|
*/
|
|
155
157
|
readonly gpt_4_1106_preview: "gpt-4-1106-preview";
|
|
156
158
|
/**
|
|
157
|
-
* "OpenAI model ID: gpt-4-turbo"
|
|
158
159
|
* | Attribute | Rating | Value |
|
|
159
160
|
* |----------------|-----------------|----------------|
|
|
160
161
|
* | Intelligence | ○○○○ | High |
|
|
@@ -467,6 +468,7 @@ export declare const AiModel: {
|
|
|
467
468
|
*/
|
|
468
469
|
readonly gpt_4o_mini_realtime_preview: "gpt-4o-mini-realtime-preview";
|
|
469
470
|
/**
|
|
471
|
+
* "OpenAI model ID: gpt-4o-mini-realtime-preview-2024-12-17"
|
|
470
472
|
* | Attribute | Rating | Value |
|
|
471
473
|
* |----------------|-----------------|----------------|
|
|
472
474
|
* | Intelligence | ○○○ | Moderate |
|
|
@@ -805,6 +807,7 @@ export declare const AiModel: {
|
|
|
805
807
|
*/
|
|
806
808
|
readonly o3_mini: "o3-mini";
|
|
807
809
|
/**
|
|
810
|
+
* "OpenAI model ID: o3-mini-2025-01-31"
|
|
808
811
|
* | Attribute | Rating | Value |
|
|
809
812
|
* |----------------|-----------------|----------------|
|
|
810
813
|
* | Intelligence | ○○○○ | High |
|