feat: add image tokenizer to fit vlm context window

This commit is contained in:
mingholy.lmh
2025-09-17 18:18:59 +08:00
parent 30b463b7ee
commit 93fbc54f88
25 changed files with 1860 additions and 124 deletions

View File

@@ -9,7 +9,7 @@ import { Box, Text } from 'ink';
import { Colors } from '../colors.js';
import {
RadioButtonSelect,
RadioSelectItem,
type RadioSelectItem,
} from './shared/RadioButtonSelect.js';
import { useKeypress } from '../hooks/useKeypress.js';
import { AvailableModel } from '../models/availableModels.js';