Brocs
Brocs
I have a TypeScript based `Open API -> Rust` client generator, let me know if you are interested.
When listing invoices, will they always have an `id`? This must be true as the pagination `starting_after` key takes the id of the last invoice in the array?
Some things that I would like to be improved in Rust, that I find useful in JS: - Combinators - `Promise.all`, `Promise.join`, `Promise.allSettled` - Using `use futures::join; join!(a(), b(), c())`,...
@ggerganov And what about `max_len=1`, how can this be set? I applied PR https://github.com/ggerganov/whisper.cpp/pull/454 but no luck. Thanks.
@dkryaklin Did you manage to get `max_len=1` working for per-word level timestamps?
Related: https://github.com/ggerganov/whisper.cpp/issues/460
Versions: ``` v18.9.0 node "better-sqlite3": "^8.4.0" ``` I think you misunderstand my issue - maybe as I asked two questions. The issue is that I am building my own CLI...