@yrpri/api 9.0.135 → 9.0.137
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.
|
@@ -661,7 +661,7 @@ export class NewAiModelSetup {
|
|
|
661
661
|
longContextCostOutTokensPerMillion: 15,
|
|
662
662
|
currency: "USD",
|
|
663
663
|
},
|
|
664
|
-
model: "gemini-2
|
|
664
|
+
model: "gemini-2.5-pro-preview-06-05",
|
|
665
665
|
active: true,
|
|
666
666
|
maxTokensOut: 100000,
|
|
667
667
|
defaultTemperature: 0.0,
|
|
@@ -733,7 +733,7 @@ export class NewAiModelSetup {
|
|
|
733
733
|
},
|
|
734
734
|
maxTokensOut: 8192,
|
|
735
735
|
defaultTemperature: 0.0,
|
|
736
|
-
model: "gemini-2
|
|
736
|
+
model: "gemini-2.5-flash-preview-05-20",
|
|
737
737
|
active: true,
|
|
738
738
|
};
|
|
739
739
|
if (!gemini25FlashPreview) {
|
package/authorization.cjs
CHANGED
|
@@ -934,6 +934,8 @@ auth.entity("group", function (req, done) {
|
|
|
934
934
|
match = req.originalUrl.match(/agents\/(\w+)/);
|
|
935
935
|
if (!match)
|
|
936
936
|
match = req.originalUrl.match(/pdf_processing\/(\w+)/);
|
|
937
|
+
if (!match)
|
|
938
|
+
match = req.originalUrl.match(/docx_processing\/(\w+)/);
|
|
937
939
|
if (!match)
|
|
938
940
|
match = req.originalUrl.match(/feedback\/(\w+)/);
|
|
939
941
|
if (!match)
|