promptgun 0.14.1 → 0.14.3
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,6 +154,7 @@ 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"
|
|
157
158
|
* | Attribute | Rating | Value |
|
|
158
159
|
* |----------------|-----------------|----------------|
|
|
159
160
|
* | Intelligence | ○○○○ | High |
|
|
@@ -596,7 +597,6 @@ export declare const AiModel: {
|
|
|
596
597
|
*/
|
|
597
598
|
readonly gpt_4o_transcribe: "gpt-4o-transcribe";
|
|
598
599
|
/**
|
|
599
|
-
* "OpenAI model ID: gpt-image-1"
|
|
600
600
|
* | Attribute | Rating | Value |
|
|
601
601
|
* |----------------|-----------------|----------------|
|
|
602
602
|
* | Intelligence | ? | ? |
|