Comparing version 0.1.29 to 0.1.30
@@ -6,3 +6,3 @@ "use strict"; | ||
"gpt-3.5-turbo-16k": { resolvedName: "gpt-3.5-turbo-16k", contextSize: 16384 }, | ||
"gpt-3.5-turbo-": { resolvedName: "gpt-3.5-turbo", contextSize: 4096 }, | ||
"gpt-3.5-turbo": { resolvedName: "gpt-3.5-turbo", contextSize: 4096 }, | ||
"gpt-4-32k-": { resolvedName: "gpt-4-32k", contextSize: 32768 }, | ||
@@ -9,0 +9,0 @@ "gpt-4-": { resolvedName: "gpt-4", contextSize: 8192 }, |
{ | ||
"name": "polyfact", | ||
"version": "0.1.29", | ||
"version": "0.1.30", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "types": "dist/index.d.ts", |
Sorry, the diff of this file is not supported yet
953226