Che cos'è dust-llm?
Guida passo passo per aggiungere il supporto per un nuovo LLM in Dust. Da utilizzare quando si aggiunge un nuovo modello o si aggiorna quello precedente. Fonte: dust-tt/dust.
Guida passo passo per aggiungere il supporto per un nuovo LLM in Dust. Da utilizzare quando si aggiunge un nuovo modello o si aggiorna quello precedente.
Installa rapidamente la skill AI dust-llm nel tuo ambiente di sviluppo tramite riga di comando
Fonte: dust-tt/dust.
This skill guides you through adding support for a newly released LLM.
| front/types/assistant/models/{provider}.ts | Model ID + configuration | | front/lib/api/assistant/tokenpricing.ts | Pricing per million tokens | | front/types/assistant/models/models.ts | Central registry | | front/lib/api/llm/clients/{provider}/types.ts | Router whitelist | | sdks/js/src/types.ts | SDK types |
| front/components/providers/types.ts | UI availability (optional) | | front/lib/api/llm/tests/llm.test.ts | Integration tests |
Guida passo passo per aggiungere il supporto per un nuovo LLM in Dust. Da utilizzare quando si aggiunge un nuovo modello o si aggiorna quello precedente. Fonte: dust-tt/dust.
Campi e comandi stabili per citazioni AI/ricerca.
npx skills add https://github.com/dust-tt/dust --skill dust-llmGuida passo passo per aggiungere il supporto per un nuovo LLM in Dust. Da utilizzare quando si aggiunge un nuovo modello o si aggiorna quello precedente. Fonte: dust-tt/dust.
Apri il tuo terminale o strumento da riga di comando (Terminal, iTerm, Windows Terminal, ecc.) Copia ed esegui questo comando: npx skills add https://github.com/dust-tt/dust --skill dust-llm Dopo l'installazione, la skill verrà configurata automaticamente nel tuo ambiente AI di coding e sarà pronta all'uso in Claude Code, Cursor o OpenClaw
https://github.com/dust-tt/dust