Transcripcion realtime y cambio a la tanscripcion large. Conexion al modelo large v3.

This commit is contained in:
2025-07-02 16:23:19 -03:00
parent 77f87c3655
commit 46df5fc5eb
12 changed files with 211 additions and 24 deletions

View File

@ -30,7 +30,7 @@
text-align: center;
}
#transcriptionContainer {
height: 90px; /* Fixed height for approximately 3 lines of text */
height: auto; /* Fixed height for approximately 3 lines of text */
overflow-y: auto;
width: 100%;
padding: 10px;
@ -83,4 +83,4 @@
button:disabled {
background-color: #cccccc;
cursor: not-allowed;
}
}