Fixed embedder autostart bug
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@ztimson/ai-utils",
|
"name": "@ztimson/ai-utils",
|
||||||
"version": "0.7.8",
|
"version": "0.7.9",
|
||||||
"description": "AI Utility library",
|
"description": "AI Utility library",
|
||||||
"author": "Zak Timson",
|
"author": "Zak Timson",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
export * from './ai';
|
export * from './ai';
|
||||||
export * from './antrhopic';
|
export * from './antrhopic';
|
||||||
export * from './audio';
|
export * from './audio';
|
||||||
export * from './embedder'
|
|
||||||
export * from './llm';
|
export * from './llm';
|
||||||
export * from './open-ai';
|
export * from './open-ai';
|
||||||
export * from './provider';
|
export * from './provider';
|
||||||
|
|||||||
Reference in New Issue
Block a user