@saltcorn/large-language-model 0.9.0 → 0.9.1

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.
Files changed (2) hide show
  1. package/generate.js +1 -1
  2. package/package.json +1 -1
package/generate.js CHANGED
@@ -335,7 +335,7 @@ const getCompletionOpenAICompatible = async (
335
335
  try {
336
336
  const json = JSON.parse(stashed + data.substring(6));
337
337
  stashed = "";
338
- console.log(json.choices[0]);
338
+ //console.log(json.choices[0]);
339
339
 
340
340
  // callback
341
341
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saltcorn/large-language-model",
3
- "version": "0.9.0",
3
+ "version": "0.9.1",
4
4
  "description": "Large language models and functionality for Saltcorn",
5
5
  "main": "index.js",
6
6
  "dependencies": {