diff --git a/src/js/inscodeai.js b/src/js/inscodeai.js index 694ac278a990c59f8f6cedb5d1c4c7a18459cf2f..2c854f75618acadf51691cf09d4740ed3c2bf373 100644 --- a/src/js/inscodeai.js +++ b/src/js/inscodeai.js @@ -36,6 +36,7 @@ class InsCodeAI { if (stop_key !== null && stop_key !== '') { stop_key = stop_key.split(';;') } + const data = { // model: model, max_tokens: parseInt(max_tokens),