Strike
Strike
TTCTheo's Typesafe Cult
Created by Darth Vader on 2/14/2024 in #questions
leaving pyaudio stream open
Have you tried a callback based approach?
18 replies
TTCTheo's Typesafe Cult
Created by Darth Vader on 2/14/2024 in #questions
leaving pyaudio stream open
If you put the device as only set3 does it work?
18 replies
TTCTheo's Typesafe Cult
Created by Darth Vader on 2/14/2024 in #questions
leaving pyaudio stream open
I'm presuming you are
18 replies
TTCTheo's Typesafe Cult
Created by Darth Vader on 2/14/2024 in #questions
leaving pyaudio stream open
Also are you taking into account that there is delay?
18 replies
TTCTheo's Typesafe Cult
Created by Darth Vader on 2/14/2024 in #questions
leaving pyaudio stream open
In your code
18 replies
TTCTheo's Typesafe Cult
Created by Darth Vader on 2/14/2024 in #questions
leaving pyaudio stream open
Also there seems to be only 3 microphones
18 replies
TTCTheo's Typesafe Cult
Created by Darth Vader on 2/14/2024 in #questions
leaving pyaudio stream open
What output do you get?
18 replies
TTCTheo's Typesafe Cult
Created by Darth Vader on 2/14/2024 in #questions
leaving pyaudio stream open
I'd be cool if we could get some code. Apart from that did you check drivers are working ok?
18 replies
TTCTheo's Typesafe Cult
Created by Jaaneek on 1/16/2024 in #questions
Parsing JSON Into zod schema using OPENAI GPT
So what you can try to do for getting the model to fit your output is try to: 1. Prompt engineer 2. Change variables such as temperature
50 replies
TTCTheo's Typesafe Cult
Created by Jaaneek on 1/16/2024 in #questions
Parsing JSON Into zod schema using OPENAI GPT
(oversimplification but I hope you can see the problem)
50 replies
TTCTheo's Typesafe Cult
Created by Jaaneek on 1/16/2024 in #questions
Parsing JSON Into zod schema using OPENAI GPT
Using a bit of randomness it tries to guess the next token based on the dataset which it was trained on
50 replies
TTCTheo's Typesafe Cult
Created by Jaaneek on 1/16/2024 in #questions
Parsing JSON Into zod schema using OPENAI GPT
Not deterministic
50 replies
TTCTheo's Typesafe Cult
Created by Jaaneek on 1/16/2024 in #questions
Parsing JSON Into zod schema using OPENAI GPT
While you can try to make it better using prompt engineering, ultimately the problem is models are probabilistic
50 replies
TTCTheo's Typesafe Cult
Created by Jaaneek on 1/16/2024 in #questions
Parsing JSON Into zod schema using OPENAI GPT
Even in your application you are still at risk due to the nature of transformers
50 replies