diff --git a/example/src/App.tsx b/example/src/App.tsx index b0e0555..4799a4b 100644 --- a/example/src/App.tsx +++ b/example/src/App.tsx @@ -110,7 +110,6 @@ export default function App() { }) .then((ctx) => { setContext(ctx) - console.log(ctx) addSystemMessage( `Context initialized! \n\nGPU: ${ctx.gpu ? 'YES' : 'NO'} (${ ctx.reasonNoGPU