File tree Expand file tree Collapse file tree
src/views/settings/frontend/Home Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 "name" : " gemini-coder" ,
33 "displayName" : " Code Web Chat" ,
44 "description" : " Connect VS Code with chatbots (CWC)" ,
5- "version" : " 1.796 .0" ,
5+ "version" : " 1.797 .0" ,
66 "scripts" : {
77 "build" : " npx vsce package --no-dependencies" ,
88 "vscode:prepublish" : " rimraf out && npm run compile" ,
Original file line number Diff line number Diff line change @@ -677,7 +677,8 @@ export const Home: React.FC<Props> = (props) => {
677677 }
678678 >
679679 < Notice type = "info" >
680- Requires a multimodal model supporting{ ' ' }
680+ A request includes instructions and an audio file. Requires a
681+ multimodal model supporting{ ' ' }
681682 < a
682683 href = "#"
683684 onClick = { ( e ) => {
@@ -689,7 +690,7 @@ export const Home: React.FC<Props> = (props) => {
689690 >
690691 audio understanding
691692 </ a >
692- .
693+ . 17 hours of speech fits in 1 million input tokens.
693694 </ Notice >
694695 { props . voice_input_configs . length == 0 && (
695696 < Notice type = "warning" >
You can’t perform that action at this time.
0 commit comments