Bryton Shoffner

Results 4 comments of Bryton Shoffner

I'm getting a similar error here, reproducable for me with this code/these prompts: ``` let query = ChatQuery(model: .gpt3_5Turbo, messages: [ .init(role: .system, content: "You are Librarian-GPT. You know everything...

I'd guess we fix the problem [here in StreamingSession](https://github.com/MacPaw/OpenAI/blob/main/Sources/OpenAI/Private/StreamingSession.swift#L68) w/ a custom JSON decoder that can tolerate any sort of formatted body text? GPT shouldn't necessarily be giving back valid...

> I think that the whisper.cpp library stores some of the previous recording history and uses that to fix the cutoff issue, but I'm not sure. Yep, I believe it...

you can set depth manually e.g. to 0.4 in the call to artisan in key in key.scad. e.g. `if(!inset) artisan(0.4) children();` its a hack, dont know what all this breaks