Skip to content

Commit

Permalink
0.12.0: Upgrading Next.js version for security
Browse files Browse the repository at this point in the history
  • Loading branch information
flavienbwk committed Sep 8, 2024
1 parent ba464c2 commit 4888b30
Show file tree
Hide file tree
Showing 6 changed files with 91 additions and 275 deletions.
2 changes: 1 addition & 1 deletion .env.template
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ REPO_NAME=MyRepo
REPO_URL=https://github.com/user/MyRepo.git
REPO_PATH=./examples
INGEST_SECRET=9640f515-fd2c-4403-845f-71b25fc9086c
INTERFACE_PASSWORD=f4bccbf2-cfdc-452d-b39a-fea61b1687fe # leave empty for no password on interface
INTERFACE_PASSWORD=repochat # leave empty for no password on interface
OPENAI_API_KEY=XXX
MODEL_TYPE_INFERENCE=gpt-4o-mini
MODEL_TYPE_EMBEDDING=text-embedding-3-small
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ jobs:
- [x] GitHub Actions release
- [x] Secure ingestion endpoint (/api/ingest)
- [x] Secure RepoChat with optional password
- [ ] Maintain state over S3
- [ ] Maintain state over S3 (would allow containers autoscaling)

## Why not use Vercel ?

Expand Down
2 changes: 1 addition & 1 deletion app/next-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.
Loading

0 comments on commit 4888b30

Please sign in to comment.