twilwa

Results 48 comments of twilwa

> > the window flashes open in a split to the right for just a moment, the gitignore and neoconf get created, but immediately closes with error code 127 when...

not entirely certain, but this may be our guy: https://github.com/ahgamut/superconfigure/tree/main/python , it's a little beyond my abilities to say for certain tho

hard agree, will see if i can set aside some time to play with it :D

note: this worked fine for a few days; I don't beleive I updated the plugin but must have.

I'm using the APT package, after updating via the obsstudio install instructions (add some repositories to .list). Sure, ill give it a try when I get a chance

several python libs solve/attempt to solve this, in order of my personal opinion of them: -outlines -instructor -lmql -guidance probably more -- however, not sure if any have a typescript...

if it's openai, we can use structured output mode: https://platform.openai.com/docs/guides/structured-outputs

kind of a hacky workaround for non-openai models: run the model through a LiteLLM proxy server: https://github.com/BerriAI/litellm https://docs.litellm.ai/docs/completion/json_mode -- it's called json mode, but i think you can do any...

I'm pretty deep in the weeds trying to solve the linux audio issue on my branch and attempt to resolve #450 , and ended up stumbling on https://github.com/CapSoftware/scap as an...

we can -- i'm at the point locally where i can capture audio without errors, just need to figure out how to write it to a file to verify On...