promptgun 0.17.3 → 0.17.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
|
@@ -25,7 +25,6 @@ export declare class AIClient {
|
|
|
25
25
|
|
|
26
26
|
export declare const AiModel: {
|
|
27
27
|
/**
|
|
28
|
-
* "OpenAI model ID: gpt-3.5-turbo"
|
|
29
28
|
* | Attribute | Rating | Value |
|
|
30
29
|
* |----------------|-----------------|----------------|
|
|
31
30
|
* | Intelligence | ○○○ | Moderate |
|
|
@@ -832,6 +831,7 @@ export declare const AiModel: {
|
|
|
832
831
|
*/
|
|
833
832
|
readonly o4_mini: "o4-mini";
|
|
834
833
|
/**
|
|
834
|
+
* "OpenAI model ID: o4-mini-2025-04-16"
|
|
835
835
|
* | Attribute | Rating | Value |
|
|
836
836
|
* |----------------|-----------------|----------------|
|
|
837
837
|
* | Intelligence | ○○○ | Moderate |
|