Skip to content

Commit 4f1d5dd

Browse files
committed
Bump editor version to 1.797.0 and clarify audio input token limit in settings notice
1 parent 707fd8d commit 4f1d5dd

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

apps/editor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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",

apps/editor/src/views/settings/frontend/Home/Home.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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">

0 commit comments

Comments
 (0)