tomasmcm commited on
Commit
24b8349
·
verified ·
1 Parent(s): d38ba8a

Update TeapotAI.js

Browse files
Files changed (1) hide show
  1. TeapotAI.js +1 -1
TeapotAI.js CHANGED
@@ -11,7 +11,7 @@ class TeapotAI {
11
  * @param {object} [options.pipelineOptions={}] - Additional pipeline options passed to the transformer.
12
  */
13
  constructor({
14
- modelId = 'teapotai/teapotllm',
15
  verbose = false,
16
  pipelineOptions = {}
17
  } = {}) {
 
11
  * @param {object} [options.pipelineOptions={}] - Additional pipeline options passed to the transformer.
12
  */
13
  constructor({
14
+ modelId = 'tomasmcm/teapotai-teapotllm-onnx',
15
  verbose = false,
16
  pipelineOptions = {}
17
  } = {}) {