Skip to content

Commit 566a123

Browse files
authored
Merge branch 'main' into feat/searchXNG
2 parents 42a8851 + 5af600a commit 566a123

File tree

958 files changed

+12999
-5967
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

958 files changed

+12999
-5967
lines changed

.env.example

+2
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ OPENAI_API_KEY=sk-xxxxxxxxx
106106

107107
### DeepSeek AI ####
108108

109+
# DEEPSEEK_PROXY_URL=https://api.deepseek.com/v1
109110
# DEEPSEEK_API_KEY=xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
110111

111112
### Qwen AI ####
@@ -189,6 +190,7 @@ OPENAI_API_KEY=sk-xxxxxxxxx
189190

190191

191192
# NextAuth related configurations
193+
# NEXT_PUBLIC_ENABLE_NEXT_AUTH=1
192194
# NEXT_AUTH_SECRET=
193195

194196
# Auth0 configurations

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,4 @@ public/swe-worker*
6868
*.patch
6969
*.pdf
7070
vertex-ai-key.json
71+
.pnpm-store

0 commit comments

Comments
 (0)