Skip to content

Commit

Permalink
Feat: AI proxy (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
saimanoj authored Jul 22, 2024
1 parent 895276c commit 4b4d66f
Show file tree
Hide file tree
Showing 27 changed files with 989 additions and 60 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ docker/.env
node_modules
.turbo

out
out
docker-compose.prod.yaml
1 change: 1 addition & 0 deletions apps/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
"knex": "^3.1.0",
"nestjs-prisma": "0.22.0",
"nodemailer": "^6.9.13",
"ollama": "^0.5.6",
"openai": "^4.28.4",
"passport": "0.7.0",
"passport-jwt": "4.0.1",
Expand Down
Loading

0 comments on commit 4b4d66f

Please sign in to comment.