vectocore4 1.0.6 → 1.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -154,7 +154,7 @@ export type LensFileType = {
|
|
|
154
154
|
url: string;
|
|
155
155
|
ext_img_urls?: string[];
|
|
156
156
|
};
|
|
157
|
-
export type LensModelType = "5.3chat" | "5.1chat" | "5chat" | "4o" | "mini";
|
|
157
|
+
export type LensModelType = "5.3chat" | "5.1chat" | "5chat" | "4o" | "mini" | "5.4mini";
|
|
158
158
|
export interface LensChatParams {
|
|
159
159
|
/** 사용자 질문 (필수) */
|
|
160
160
|
question: string;
|