deadbits / vigil-llm

⚡ Vigil ⚡ Detect prompt injections, jailbreaks, and other potentially risky Large Language Model (LLM) inputs
https://vigil.deadbits.ai/
Apache License 2.0
270 stars 32 forks source link

Use Blueprints for API routes #54

Open deadbits opened 7 months ago

deadbits commented 7 months ago

Utilize Flask's Blueprint feature to separate different routes into their own modules. This allows grouping related routes and keeps the main API server application cleaner.