feat: add OpenAI model support and harden OSS security defaults

This commit is contained in:
willchen96 2026-05-09 14:55:51 +08:00
parent adc2cf2370
commit bef75b082d
24 changed files with 1301 additions and 364 deletions

1
backend/.gitignore vendored
View file

@ -2,4 +2,5 @@ node_modules
dist
.env*
*.log
logs/
.DS_Store