qanswer-sdk 3.1650.0-main → 3.1651.0-main
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/api.ts +6 -0
- package/dist/api.d.ts +6 -0
- package/package.json +1 -1
- package/qanswer-sdk-3.1651.0-main.tgz +0 -0
- package/qanswer-sdk-3.1650.0-main.tgz +0 -0
package/api.ts
CHANGED
|
@@ -10228,6 +10228,12 @@ export interface Llm {
|
|
|
10228
10228
|
* @memberof Llm
|
|
10229
10229
|
*/
|
|
10230
10230
|
'llmConsumptions'?: Array<LlmConsumption>;
|
|
10231
|
+
/**
|
|
10232
|
+
*
|
|
10233
|
+
* @type {boolean}
|
|
10234
|
+
* @memberof Llm
|
|
10235
|
+
*/
|
|
10236
|
+
'free'?: boolean;
|
|
10231
10237
|
}
|
|
10232
10238
|
/**
|
|
10233
10239
|
*
|
package/dist/api.d.ts
CHANGED
|
@@ -10094,6 +10094,12 @@ export interface Llm {
|
|
|
10094
10094
|
* @memberof Llm
|
|
10095
10095
|
*/
|
|
10096
10096
|
'llmConsumptions'?: Array<LlmConsumption>;
|
|
10097
|
+
/**
|
|
10098
|
+
*
|
|
10099
|
+
* @type {boolean}
|
|
10100
|
+
* @memberof Llm
|
|
10101
|
+
*/
|
|
10102
|
+
'free'?: boolean;
|
|
10097
10103
|
}
|
|
10098
10104
|
/**
|
|
10099
10105
|
*
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|