Skip to content

Commit 55f5c74

Browse files
author
icheer
committed
fix: getLiteModel
1 parent e31c043 commit 55f5c74

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

worker.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -805,10 +805,11 @@ function getLiteModelId(modelIds) {
805805
.map(i => i.split('=')[0].trim())
806806
.filter(i => i);
807807
const parts = [
808+
'gcli/gemini-2.5-flash',
808809
'-mini',
809810
'-nano',
810-
'-lite',
811811
'-flash',
812+
'-lite',
812813
'-instruct',
813814
'-alpha',
814815
'-haiku',

0 commit comments

Comments
 (0)