Ada Boese
Ada Boese
My app keeps crashing with an error: > Cannot add empty string to PrefixLookupTrie This is due to `DS_Store` being created in the routes directory by the OS. ``` find...
### Confirm this is a feature request for the Node library and not the underlying OpenAI API. - [X] This is a feature request for the Node library ### Describe...
Is there an online version I could try myself?
Hey @nanopx thanks for the awesome work on this repository. A new version of a shadcn was just released: https://github.com/shadcn-ui/ui/releases Would it be possible to update this library?
For instance, I want to remove `minHeight` from `textarea` recipe. How do I do that? ```[tasklist] ### Tasks ```
I am repeating this pattern quite a bit: ```ts return z .object({ articleOutlineMarkdown: z.string(), ended: z.boolean(), }) .parse(JSON.parse(articleOutlineUpdateJson)); ``` I figured that since zod knows the schema, it could possibly...
You may want to recommended something like `Supabase/gte-small` because it is open-source, performs better for this use case, and it can be run locally, e.g. ```ts import { AutoTokenizer, pipeline...