We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provider LM Studio 0.3.6 build Runtime Node.js v18.12.1
Steps to reproduce:
lms create "Node.js with TypeScript"
? Project Name aaaa
aaaa
cd aaaa npm i --save-dev @types/node npm start
Output:
[Error: ┌ Error ───────────────────────────────────────────────────────────────────────────────────────────────────┐ │ │ │ Field with key llm.prediction.promptTemplate does not satisfy the schema:[ │ │ { │ │ "code": "invalid_type", │ │ "expected": "object", │ │ "received": "undefined", │ │ "path": [ │ │ "jinjaPromptTemplate", │ │ "inputConfig" │ │ ], │ │ "message": "Required" │ │ } │ │ ] │ │ │ │ │ │ </> STACK TRACE │ │ │ │ at predictWithAnyModel (file:///C:/Code/Git/ECAS-Reportes/New%20folder/test/dist/index.js:38:30) │ │ at process.processTicksAndRejections (node:internal/process/task_queues:95:5) │ │ at async file:///C:/Code/Git/ECAS-Reportes/New%20folder/test/dist/index.js:5:1 │ │ │ └──────────────────────────────────────────────────────────────────────────────────────────────────────────┘ ]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Provider LM Studio 0.3.6 build
Runtime Node.js v18.12.1
Steps to reproduce:
? Project Name
aaaa
Output:
The text was updated successfully, but these errors were encountered: