promptgun 0.14.22 → 0.14.23
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 +2 -2
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.d.ts
CHANGED
|
@@ -63,6 +63,7 @@ export declare const AiModel: {
|
|
|
63
63
|
*/
|
|
64
64
|
readonly gpt_3_5_turbo_1106: "gpt-3.5-turbo-1106";
|
|
65
65
|
/**
|
|
66
|
+
* "OpenAI model ID: gpt-3.5-turbo-16k"
|
|
66
67
|
* | Attribute | Rating | Value |
|
|
67
68
|
* |----------------|-----------------|----------------|
|
|
68
69
|
* | 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 |
|
|
@@ -480,7 +480,6 @@ 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"
|
|
484
483
|
* | Attribute | Rating | Value |
|
|
485
484
|
* |----------------|-----------------|----------------|
|
|
486
485
|
* | Intelligence | ○○○ | Moderate |
|
|
@@ -884,6 +883,7 @@ export declare const AiModel: {
|
|
|
884
883
|
*/
|
|
885
884
|
readonly o4_mini_deep_research: "o4-mini-deep-research";
|
|
886
885
|
/**
|
|
886
|
+
* "OpenAI model ID: o4-mini-deep-research-2025-06-26"
|
|
887
887
|
* | Attribute | Rating | Value |
|
|
888
888
|
* |----------------|-----------------|----------------|
|
|
889
889
|
* | Intelligence | ? | ? |
|