promptgun 0.13.19 → 0.13.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 +2 -1
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.d.ts
CHANGED
|
@@ -284,6 +284,7 @@ export declare const AiModel: {
|
|
|
284
284
|
*/
|
|
285
285
|
readonly gpt_4_5_preview: "gpt-4.5-preview";
|
|
286
286
|
/**
|
|
287
|
+
* "OpenAI model ID: gpt-4.5-preview-2025-02-27"
|
|
287
288
|
* | Attribute | Rating | Value |
|
|
288
289
|
* |----------------|-----------------|----------------|
|
|
289
290
|
* | Intelligence | ○○○○○ | Very High |
|
|
@@ -349,7 +350,6 @@ export declare const AiModel: {
|
|
|
349
350
|
*/
|
|
350
351
|
readonly gpt_4o_2024_11_20: "gpt-4o-2024-11-20";
|
|
351
352
|
/**
|
|
352
|
-
* "OpenAI model ID: gpt-4o-audio-preview"
|
|
353
353
|
* | Attribute | Rating | Value |
|
|
354
354
|
* |----------------|-----------------|----------------|
|
|
355
355
|
* | Intelligence | ○○○○ | High |
|
|
@@ -441,6 +441,7 @@ export declare const AiModel: {
|
|
|
441
441
|
*/
|
|
442
442
|
readonly gpt_4o_mini_audio_preview_2024_12_17: "gpt-4o-mini-audio-preview-2024-12-17";
|
|
443
443
|
/**
|
|
444
|
+
* "OpenAI model ID: gpt-4o-mini-realtime-preview"
|
|
444
445
|
* | Attribute | Rating | Value |
|
|
445
446
|
* |----------------|-----------------|----------------|
|
|
446
447
|
* | Intelligence | ○○○ | Moderate |
|