recursionbane

Results 19 comments of recursionbane

SpeakWrite does this, too: https://apps.apple.com/us/app/speakwrite-voice-to-document/id1451821670

I've found that specifying weights and constructing a composite loss function works well. Something like this at the tail end of the objective function: ``` # Use supplied parameters to...

@ZachNagengast, I was looking primarily for a simple streaming example that would let me trigger a callback whenever new transcription segments have been confirmed, where the arguments of the callback...

Thanks, looking forward to the new use-cases this will enable.

> Yes, we should be able to do this. I need to do the math for costs. I'll update this again soon Hi @jelveh, is the cost structure for this...

Great idea! It seems closely related to a recent idea I proposed in the discussion here: [Issue #790](https://github.com/HeyPuter/puter/issues/790#issuecomment-2401054967). I believe you would need the data to be global for this...

I believe this is still not resolved; Cline will attempt to send a `systemPrompt` even if the `Custom Instructions` field is empty, so any `o1` model will throw `400 Unsupported...

I have a related request: Can puter.fs.write() and puter.fs.read() support a `global` boolean option to share common content? Alternatively, can the public link mentioned above (also) be read programmatically to...

Regex support is super-important, and tantivy [already](https://docs.rs/tantivy/latest/tantivy/query/struct.RegexQuery.html) supports this.