Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update #3831

Closed
wants to merge 22 commits into from
Closed

update #3831

Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
03fa93b
Update and rename .env.template to .env
realreus319 Dec 29, 2023
411f3e7
Revert "Update and rename .env.template to .env"
Jan 12, 2024
c5700c4
Merge pull request #1 from ChatGPTNextWeb/main
realreus319 Jan 12, 2024
0b33350
Merge branch 'main' of https://github.com/ChatGPTNextWeb/ChatGPT-Next…
actions-user Jan 23, 2024
0a2570c
Merge pull request #3 from ChatGPTNextWeb/main
realreus319 Feb 8, 2024
5b1ff4f
Merge branch 'main' of https://github.com/ChatGPTNextWeb/ChatGPT-Next…
actions-user Feb 13, 2024
114922a
Merge branch 'main' of https://github.com/ChatGPTNextWeb/ChatGPT-Next…
actions-user Feb 21, 2024
26d238b
Merge branch 'main' of https://github.com/ChatGPTNextWeb/ChatGPT-Next…
actions-user Feb 27, 2024
d1e4931
Merge branch 'main' of https://github.com/ChatGPTNextWeb/ChatGPT-Next…
actions-user Feb 28, 2024
94cf693
Merge branch 'main' of https://github.com/ChatGPTNextWeb/ChatGPT-Next…
actions-user Feb 29, 2024
3b8b283
Merge branch 'main' of https://github.com/ChatGPTNextWeb/ChatGPT-Next…
actions-user Mar 1, 2024
05314e9
Merge branch 'main' of https://github.com/ChatGPTNextWeb/ChatGPT-Next…
actions-user Mar 5, 2024
111e8b2
Merge branch 'main' of https://github.com/ChatGPTNextWeb/ChatGPT-Next…
actions-user Mar 6, 2024
01e325f
Merge branch 'main' of https://github.com/ChatGPTNextWeb/ChatGPT-Next…
actions-user Mar 8, 2024
97c8efa
Merge branch 'main' of https://github.com/ChatGPTNextWeb/ChatGPT-Next…
actions-user Mar 12, 2024
228e3a7
Merge branch 'main' of https://github.com/ChatGPTNextWeb/ChatGPT-Next…
actions-user Mar 14, 2024
63bc1df
Merge branch 'main' of https://github.com/ChatGPTNextWeb/ChatGPT-Next…
actions-user Mar 19, 2024
309ee6d
Merge branch 'main' of https://github.com/ChatGPTNextWeb/ChatGPT-Next…
actions-user Mar 20, 2024
6fd67f2
Merge branch 'main' of https://github.com/ChatGPTNextWeb/ChatGPT-Next…
actions-user Mar 22, 2024
cf5bc8e
Merge branch 'main' of https://github.com/ChatGPTNextWeb/ChatGPT-Next…
actions-user Mar 25, 2024
29c6834
Merge branch 'main' of https://github.com/ChatGPTNextWeb/ChatGPT-Next…
actions-user Mar 26, 2024
8485eb1
Merge branch 'main' of https://github.com/ChatGPTNextWeb/ChatGPT-Next…
actions-user Mar 27, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Revert "Update and rename .env.template to .env"
This reverts commit 03fa93b.
luoxiaodong committed Jan 12, 2024
commit 411f3e737e512425a3647a9b296c1d57675950fa
6 changes: 3 additions & 3 deletions .env → .env.template
Original file line number Diff line number Diff line change
@@ -3,20 +3,20 @@
OPENAI_API_KEY=sk-xxxx

# Access passsword, separated by comma. (optional)
CODE=xiaodong
CODE=your-password

# You can start service behind a proxy
PROXY_URL=http://localhost:7890

# (optional)
# Default: Empty
# Googel Gemini Pro API key, set if you want to use Google Gemini Pro API.
GOOGLE_API_KEY=AIzaSyAjCC4WmcQA2lnvr-_0ozMgmLwaKPk6cis
GOOGLE_API_KEY=

# (optional)
# Default: https://generativelanguage.googleapis.com/v1beta/models/gemini-pro:generateContent
# Googel Gemini Pro API url, set if you want to customize Google Gemini Pro API url.
GOOGLE_URL=https://palm-proxy-lac.vercel.app/
GOOGLE_URL=

# Override openai api request base url. (optional)
# Default: https://api.openai.com