Update index.js
Browse files
index.js
CHANGED
@@ -16,8 +16,10 @@ const conversation = [
|
|
16 |
async function main() {
|
17 |
try {
|
18 |
const teapotAI = new TeapotAI({
|
19 |
-
|
20 |
-
|
|
|
|
|
21 |
});
|
22 |
await teapotAI.initialize();
|
23 |
|
|
|
16 |
async function main() {
|
17 |
try {
|
18 |
const teapotAI = new TeapotAI({
|
19 |
+
modelId: 'tomasmcm/teapotai-teapotllm-onnx',
|
20 |
+
pipelineOptions: {
|
21 |
+
dtype: 'q4'
|
22 |
+
}
|
23 |
});
|
24 |
await teapotAI.initialize();
|
25 |
|