UNPKG

@scrypted/llm

Version:

The Scrypted LLM plugin allows connecting to various LLM providers, or running your own locally.

16 lines (15 loc) 337 B
{ "compilerOptions": { "target": "ESNext", "moduleResolution": "bundler", "module": "ESNext", "strict": true, "sourceMap": true, "resolveJsonModule": true, "esModuleInterop": true, "allowSyntheticDefaultImports": true }, "include": [ "src/**/*" ] }