-
TL;DR:
```dart
final prisma = PrismaClient();
// Unsafe JSON params query
final user = prisma.user.findUnique.fromJson({
'where': {'id': 1},
'select': {'id': true, name: true},
…
-
Same issue here. Always during the UI/UX generation.
Console Output after the Operation Streams stop:
backend:server:generate error - generated is empty after 5 attempts
log:complete: node:op:PR…
-
### Issue summary
no recognizing API key
### Detailed description
I've been trying to put my open AI API key in for a couple of hours now with now luck. I've confirmed secrets.yaml is up to date, a…
-
**Is your feature request related to a problem? Please describe.**
QC AI is a great coding assistance, in my testing it works like an indefatigable and curious coding assistance, who needs detailed…
-
### 🚀 The feature, motivation and pitch
# Problem
I am currently working with structured outputs and experimented a little with VLLM + Outlines. Since our JSON Schemas can get quite complex the …
-
Stability AI has open-sourced their Audio/Sound generation model: [Stable Audio Open 1.0](https://huggingface.co/stabilityai/stable-audio-open-1.0). This would be a great addition to this library.
…
-
### System Info
Transformers Patch release v4.45.2
PyTorch 1.10.1
Python 3.8.0
cuda 11.1
NVIDIA V100
### Who can help?
@gante @zucchini-nlp @Rocketknight1
### Information
- [ ] The official …
-
Dear maintainers, greetings from [CommandDash](https://commanddash.io)!
We are a tool to turn docs and examples of your library into a code generation AI agent which **helps devs directly generate…
-
After switching to the Jinja templating engine, I got the feeling that my default model (Danube 3 500m) wasn't giving the same answers.
So I did a test between the old and new version, and to my su…
-
### Description of the bug:
I am using this script for gemini api to generate image:
```
import os
import google.generativeai as genai
genai.configure(api_key=os.environ['GEMINI_API_KEY'])
…