190proof 1.0.5 → 1.0.6
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/dist/index.d.mts +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -27028,6 +27028,7 @@ var GPTModel = /* @__PURE__ */ ((GPTModel2) => {
|
|
|
27028
27028
|
GPTModel2["GPT35_0125"] = "gpt-3.5-turbo-0125";
|
|
27029
27029
|
GPTModel2["GPT4_1106_PREVIEW"] = "gpt-4-1106-preview";
|
|
27030
27030
|
GPTModel2["GPT4_0125_PREVIEW"] = "gpt-4-0125-preview";
|
|
27031
|
+
GPTModel2["GPT4_0409"] = "gpt-4-turbo-2024-04-09";
|
|
27031
27032
|
return GPTModel2;
|
|
27032
27033
|
})(GPTModel || {});
|
|
27033
27034
|
var GroqModel = /* @__PURE__ */ ((GroqModel2) => {
|