vectocore4 1.0.8 → 1.0.9

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +2 -2
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -158,7 +158,7 @@ export type LensFileType = {
158
158
  url: string;
159
159
  ext_img_urls?: string[];
160
160
  };
161
- export type LensModelType = "5.3chat" | "5.1chat" | "5chat" | "4o" | "mini" | "5.4mini";
161
+ export type LensModelType = "5.4chat" | "5.3chat" | "5.1chat" | "5chat" | "4o" | "mini" | "5.4mini";
162
162
  export interface LensChatParams {
163
163
  /** 사용자 질문 (필수) */
164
164
  question: string;
@@ -166,7 +166,7 @@ export interface LensChatParams {
166
166
  stream?: boolean;
167
167
  /**
168
168
  * 모델 선택 (선택) 기본값 : 5.1chat ({@link LensModelType})
169
- * - 5.3chat, 5.1chat, 5chat, 4o, mini, Default : 5.1chat
169
+ * - 5.4chat, 5.3chat, 5.1chat, 5chat, 4o, mini, Default : 5.1chat
170
170
  * - ‼️ 단, chat 모델의 경우 만료될 수 있음.
171
171
  * - ‼️ mini 모델은 멀티모달을 사용할 수 없음.
172
172
  * */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vectocore4",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "description": "",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/cjs/index.js",