Update TeapotAI.js
Browse files- 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
|
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 |
} = {}) {
|