Cainier

Results 2 comments of Cainier

### This error like [Hydration failed]() ### Solution 1: You can using **useEffect** to run on the client only https://nextjs.org/docs/messages/react-hydration-error#solution-1-using-useeffect-to-run-on-the-client-only E.g. ``` tsx 'use client' // usrs.tsx export function Users()...

If you just want to get tokens and USD consumed by messages,you can try it : ) ``` bash npm install gpt-tokens ``` ``` typescript import { GPTTokens } from...