tomasmcm commited on
Commit
da0da75
·
verified ·
1 Parent(s): 0d25397

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +4 -2
index.js CHANGED
@@ -16,8 +16,10 @@ const conversation = [
16
  async function main() {
17
  try {
18
  const teapotAI = new TeapotAI({
19
- // modelId: 'teapotai/teapotllm'
20
- modelId: './'
 
 
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