Spaces:
Sleeping
Sleeping
Update static/index.html
Browse files- static/index.html +1 -1
static/index.html
CHANGED
|
@@ -210,7 +210,7 @@
|
|
| 210 |
ws.onmessage = async function(event) {
|
| 211 |
try {
|
| 212 |
|
| 213 |
-
const startTime = performance.now;
|
| 214 |
let prompt, model;
|
| 215 |
|
| 216 |
// Essayer de parser comme JSON (nouveau format)
|
|
|
|
| 210 |
ws.onmessage = async function(event) {
|
| 211 |
try {
|
| 212 |
|
| 213 |
+
const startTime = performance.now();
|
| 214 |
let prompt, model;
|
| 215 |
|
| 216 |
// Essayer de parser comme JSON (nouveau format)
|