[object Object]

← back to Exo

removing console log in initial models

ac3217053b9772182680900e9ddf0154c1f3092f · 2024-11-27 10:27:39 -0700 · cadenmackenzie

Files touched

Diff

commit ac3217053b9772182680900e9ddf0154c1f3092f
Author: cadenmackenzie <cadenmackenzie@gmail.com>
Date:   Wed Nov 27 10:27:39 2024 -0700

    removing console log in initial models
---
 exo/tinychat/index.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/exo/tinychat/index.js b/exo/tinychat/index.js
index d6b2ee8e..c10bd393 100644
--- a/exo/tinychat/index.js
+++ b/exo/tinychat/index.js
@@ -59,7 +59,6 @@ document.addEventListener("alpine:init", () => {
         if (response.ok) {
           const initialModels = await response.json();
           this.models = initialModels;
-          console.log('Initial models fetched:', initialModels);
         }
       } catch (error) {
         console.error('Error fetching initial models:', error);

← c2647764 add --default-temp option to change sample temperature  ·  back to Exo  ·  add redundant temp and top_p to dummy inference engine 832e6052 →