Tomeu

Results 7 issues of Tomeu

Hello 👋 First of all, thank your time into this library. I am trying to use the `MediaRecorder` with a custom encoder `audio/wav` with multiple audio tracks. On their parent...

Currently, only the [generate](https://docs.cohere.com/reference/generate) endpoint supports stream. Chat endpoint coming soon. ```js const options = { method: "POST", headers: { "Content-Type": "application/json", Authorization: "Bearer XXXX", }, body: JSON.stringify({ model: "command-xlarge",...

**Describe the bug** Nextjs forces `--isolatedModules` and whenever we generate our `typescript-sdk` and try to import it from our monorepo it crashes on build time. ```bash Type error: Re-exporting a...

typescript

## Description It fixes citations, other than images, that are to be skipped for "encode". It checks if they have any output files and allows downloads. Closes TLK-789 ### Screenshots

### Description Adds carbon as file picker #### Testing locally Edit/Create a `.env.local` at `src/interfaces/assistants_web/.env.local` with the same env. variables as `.env.development` e.g.: ``` # Server API_HOSTNAME=http://backend:8000 CABRON_AI_API_KEY='' # It...

This pull request adds [Cohere](https://cohere.com/) as a new translation engine. We have been using i18n-ally vscode extension internally to help us with internationalization, and we would like to dogfooding with...