File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1818 "url" : " git+https://github.com/adap/flower.git"
1919 },
2020 "author" : " The Flower Authors <hello@flower.ai>" ,
21- "version" : " 0.1.3 " ,
21+ "version" : " 0.2.0 " ,
2222 "type" : " module" ,
2323 "main" : " ./dist/flowerintelligence.cjs.js" ,
2424 "module" : " ./dist/flowerintelligence.es.js" ,
Original file line number Diff line number Diff line change 1515
1616export const DEFAULT_MODEL = 'meta/llama3.2-1b/instruct-fp16' ;
1717export const REMOTE_URL = 'https://api.flower.ai' ;
18- export const VERSION = '0.1.3 ' ;
18+ export const VERSION = '0.2.0 ' ;
1919export const SDK = 'TS' ;
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import { vi } from 'vitest';
1818vi . mock ( './constants' , ( ) => ( {
1919 DEFAULT_MODEL : 'meta/llama3.2-1b/instruct-fp16' ,
2020 REMOTE_URL : process . env . FI_DEV_REMOTE_URL ,
21- VERSION : '0.1.3 ' ,
21+ VERSION : '0.2.0 ' ,
2222 SDK : 'TS' ,
2323} ) ) ;
2424
You can’t perform that action at this time.
0 commit comments