Guillaume Duteaud
Guillaume Duteaud
### Feature request Add support for streaming generated outputs. This appears to be supported in the transformers library: https://huggingface.co/docs/transformers/v4.38.2/en/generation_strategies#streaming ### Motivation Because outputs take a certain time to generate, it...
On attempting to chunk a roughly 12,000 character text using the default settings, I get a total of three chunks. The first two have around 900 characters each, and the...
### Version module: 1.12.1 nuxt: 3.12.4 ### Nuxt configuration nuxt.config.ts ``` export default defineNuxtConfig({ ... sanity: { projectId: "[my actual project ID]", dataset: process.env.SANITY_DATASET, apiVersion: "2024-09-24", withCredentials: true, }, })...