promptgun 0.14.20 → 0.14.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 +1 -1
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.d.ts
CHANGED
|
@@ -24,6 +24,7 @@ export declare class AIClient {
|
|
|
24
24
|
|
|
25
25
|
export declare const AiModel: {
|
|
26
26
|
/**
|
|
27
|
+
* "OpenAI model ID: gpt-3.5-turbo"
|
|
27
28
|
* | Attribute | Rating | Value |
|
|
28
29
|
* |----------------|-----------------|----------------|
|
|
29
30
|
* | Intelligence | ○○○ | Moderate |
|
|
@@ -804,7 +805,6 @@ export declare const AiModel: {
|
|
|
804
805
|
*/
|
|
805
806
|
readonly o3_mini: "o3-mini";
|
|
806
807
|
/**
|
|
807
|
-
* "OpenAI model ID: o3-mini-2025-01-31"
|
|
808
808
|
* | Attribute | Rating | Value |
|
|
809
809
|
* |----------------|-----------------|----------------|
|
|
810
810
|
* | Intelligence | ○○○○ | High |
|