@saltcorn/large-language-model 0.5.3 → 0.5.4

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/index.js +1 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -124,6 +124,7 @@ const configuration_workflow = () =>
124
124
  let initialConfig;
125
125
  const functions = (config) => {
126
126
  initialConfig = JSON.stringify(config);
127
+ console.log("Initialising LLM functions with Config", config);
127
128
  return {
128
129
  llm_generate: {
129
130
  run: async (prompt, opts) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saltcorn/large-language-model",
3
- "version": "0.5.3",
3
+ "version": "0.5.4",
4
4
  "description": "Large language models and functionality for Saltcorn",
5
5
  "main": "index.js",
6
6
  "dependencies": {