@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.
- package/index.js +1 -0
- 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) => {
|