promptgun 0.14.23 → 0.14.25
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 -2
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.d.ts
CHANGED
|
@@ -63,7 +63,6 @@ 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"
|
|
67
66
|
* | Attribute | Rating | Value |
|
|
68
67
|
* |----------------|-----------------|----------------|
|
|
69
68
|
* | Intelligence | ○○○ | Moderate |
|
|
@@ -155,6 +154,7 @@ export declare const AiModel: {
|
|
|
155
154
|
*/
|
|
156
155
|
readonly gpt_4_1106_preview: "gpt-4-1106-preview";
|
|
157
156
|
/**
|
|
157
|
+
* "OpenAI model ID: gpt-4-turbo"
|
|
158
158
|
* | Attribute | Rating | Value |
|
|
159
159
|
* |----------------|-----------------|----------------|
|
|
160
160
|
* | Intelligence | ○○○○ | High |
|
|
@@ -883,7 +883,6 @@ export declare const AiModel: {
|
|
|
883
883
|
*/
|
|
884
884
|
readonly o4_mini_deep_research: "o4-mini-deep-research";
|
|
885
885
|
/**
|
|
886
|
-
* "OpenAI model ID: o4-mini-deep-research-2025-06-26"
|
|
887
886
|
* | Attribute | Rating | Value |
|
|
888
887
|
* |----------------|-----------------|----------------|
|
|
889
888
|
* | Intelligence | ? | ? |
|