promptgun 1.2.4 → 1.2.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 -0
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.d.ts
CHANGED
|
@@ -56,6 +56,7 @@ export declare const AiModel: {
|
|
|
56
56
|
*/
|
|
57
57
|
readonly gpt_3_5_turbo_0125: "gpt-3.5-turbo-0125";
|
|
58
58
|
/**
|
|
59
|
+
* "OpenAI model ID: gpt-3.5-turbo-1106"
|
|
59
60
|
* | Attribute | Rating | Value |
|
|
60
61
|
* |----------------|-----------------|----------------|
|
|
61
62
|
* | Intelligence | ○○○ | Moderate |
|