Agam More
Agam More
Added docs for a python lambda as I was struggling to figure it out myself.
fixes https://github.com/sst/sst/issues/3926
See if we are missing anything from here: https://unzip.dev/0x01c-gen-ui/
Check if we're missing anything from here: https://unzip.dev/0x01d-ai-coding/
Check if we're missing anything from here: https://unzip.dev/0x01e-auth-as-a-service-2/
See if we are missing anything here: https://unzip.dev/0x019-opentelemetry/
### Describe your feature request I'm having a real hard tim debugging weaviate data. I would love to use a GUI/CLI tool like [`prisma studio`](https://www.prisma.io/studio) for weaviate. Something I can...
LLMS.txt
It would be helpful if you could aggregate the best practices into an LLMS.txt file in the root of the project so we could direct our AI when constructing prompts.
When I change the messages to `type: 'file'`, it breaks it. Fails: ``` const fileBuffer = fs.readFileSync('./document.pdf'); const dataURL = `data:application/pdf;base64,${fileBuffer.toString('base64')}`; const requestBody = { model: 'anthropic/claude-sonnet-4', messages: [{ role:...
I was using this https://ai-sdk.dev/docs/ai-sdk-core/transcription#transcription-models, but realized that openrouter doesn't have it.