add ai worker

This commit is contained in:
Ishaan Dey
2024-05-13 23:00:02 -07:00
parent 02c1a6790a
commit 6e67578bf4
15 changed files with 3534 additions and 44 deletions

6
backend/ai/.prettierrc Normal file
View File

@ -0,0 +1,6 @@
{
"printWidth": 140,
"singleQuote": true,
"semi": true,
"useTabs": true
}