15 ms·
Feels more useful for something like cli where you want to run one-off commands to test something instead of running it in production given how non-deterministi
by soheil 2y ago
Feels more useful for something like cli where you want to run one-off commands to test something instead of running it in production given how non-deterministic the behavior can be for example for something like
chat.ask "What's being said?", with: { audio: "meeting.wav" }
definitely don't want users to get a valid response only 75% of the times, maybe?