Jonas Bengtsson
Jonas Bengtsson
Thanks for sharing @dtinth! Seems to work well for me. I removed `~/.cache/Cypress` and specified the lock file as `common/config/rush/pnpm-lock.yaml`. Also, I haven't used `actions/cache` before. Make sure to do...
@watany-dev I've created a repro here: https://github.com/jonasb/hono-repro/tree/repro-2164 The server is still crashing for me. The thing about it stopping responding was that I was running the server with `tsx --watch`...
Thanks, I will try it out!
I too would want the `usage` metadata for analytics reasons.
Digging into the underlaying OpenAI APi, they appear to not include `usage` for streaming completions. You need to count the tokens yourself, unfortunately.
@dependabot recreate
It should be better now. Still some work remaining in the UI (these things are checked in the server): * Showing when values attached to a unique index (e.g. slug)...
This PR is addressing similar issues as https://github.com/vercel/storage/pull/126, but without allowing unsafe SQL.
Missed that I forgot to run prettier
@vvo Could you please take a look again?