promptgun 0.14.3 → 0.14.5
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 -1
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.d.ts
CHANGED
|
@@ -154,7 +154,6 @@ export declare const AiModel: {
|
|
|
154
154
|
*/
|
|
155
155
|
readonly gpt_4_1106_preview: "gpt-4-1106-preview";
|
|
156
156
|
/**
|
|
157
|
-
* "OpenAI model ID: gpt-4-turbo"
|
|
158
157
|
* | Attribute | Rating | Value |
|
|
159
158
|
* |----------------|-----------------|----------------|
|
|
160
159
|
* | Intelligence | ○○○○ | High |
|
|
@@ -441,6 +440,7 @@ export declare const AiModel: {
|
|
|
441
440
|
*/
|
|
442
441
|
readonly gpt_4o_mini_audio_preview_2024_12_17: "gpt-4o-mini-audio-preview-2024-12-17";
|
|
443
442
|
/**
|
|
443
|
+
* "OpenAI model ID: gpt-4o-mini-realtime-preview"
|
|
444
444
|
* | Attribute | Rating | Value |
|
|
445
445
|
* |----------------|-----------------|----------------|
|
|
446
446
|
* | Intelligence | ○○○ | Moderate |
|