Bardo-Konrad

Results 27 issues of Bardo-Konrad

When running incognito, why do I get groq.RateLimitError? groq.RateLimitError: Error code: 429 - {'error': {'message': 'Rate limit reached for model `llama3-70b-8192` in organization `...` on tokens per minute (TPM): Limit...

### Describe the problem When using questionary.checkbox with longer entries, they are cut off. ### Describe the solution Wordwrap the entries for them to be fully displayed

Enhancement

The shortest route is to open the app, have a list ready of previously used items or scan them right then and there, be immediately asked for the amount and...

I noticed it would be really helpful to have a on-the-fly recipe generator that you can synchronize with the ingredients that you have at home. So in other words, if...

There's no .csproj or .sln.

[Seems easy to include.](https://research.nvidia.com/labs/toronto-ai/stochastic-preconditioning/) ``` class Model(nn.Module): def __init__(self): ... def forward(self, coord): if self.stochastic_preconditioning_enabled: noise = self.alpha * torch.normal(torch.zeros_like(coords[0]), torch.ones_like(coords[0])) coord = coord + noise # reflect around boundary...