Commit Graph

3061 Commits

Author SHA1 Message Date
DominicJamesWhite
629d38bbd5 another go 2025-04-10 19:05:21 +02:00
DominicJamesWhite
df7be9b86a Amend cloud run 2025-04-10 19:03:38 +02:00
DominicJamesWhite
3aa76e77ff Add cloud run config 2025-04-10 19:00:06 +02:00
DominicJamesWhite
292ebc9b70 Revert dockerfile MCP stuff back to default, let's see if this hits. 2025-04-10 16:51:52 +02:00
DominicJamesWhite
1cbe578776 Whoops roll that back 2025-04-10 16:43:06 +02:00
DominicJamesWhite
50145d1382 Error in dockerfile 2025-04-10 16:36:01 +02:00
DominicJamesWhite
c413c40db9 Slight readme amend 2025-04-10 16:07:28 +02:00
DominicJamesWhite
8defae8f2e Remove fly-deploy github action. 2025-04-10 12:55:15 +02:00
DominicJamesWhite
7d84ae66de Add image action 2025-04-10 12:53:37 +02:00
DominicJamesWhite
88b150057e Heavily modified might be overdoing it somewhat. 2025-04-10 09:46:22 +02:00
DominicJamesWhite
5f97482436 Change README 2025-04-10 09:45:51 +02:00
DominicJamesWhite
4ef2238f47 Remove the 'edit messages' button 2025-04-10 09:40:13 +02:00
DominicJamesWhite
f3b622a445 More styling changes 2025-04-10 09:34:54 +02:00
DominicJamesWhite
97721eed4a Change favicons, styling, dark mode. 2025-04-10 09:15:41 +02:00
DominicJamesWhite
08665b42ee Change logo, a string. 2025-04-09 23:01:27 +02:00
DominicJamesWhite
f6569886ba Replace icon 2025-04-09 22:34:55 +02:00
DominicJamesWhite
1635dc6a35 Remove big binaries 2025-04-09 21:58:37 +02:00
DominicJamesWhite
a2d381b069 Remove goofy new app screen 2025-04-09 21:38:26 +02:00
DominicJamesWhite
6a75ce476d Restyle 2025-04-09 21:23:13 +02:00
DominicJamesWhite
fe39a837e9 Remove the unauth complaint 2025-04-09 20:37:41 +02:00
DominicJamesWhite
72c39c0495 Add Fly things, remove some chat crap 2025-04-09 19:07:56 +02:00
DominicJamesWhite
2ab7ac81d1 Holy hell it works kind of 2025-04-09 18:33:57 +02:00
DominicJamesWhite
212844d5dc Install humctl rather than importing from bin 2025-04-09 16:12:41 +02:00
DominicJamesWhite
4781861a92 Amending env thing 2025-04-09 15:11:28 +02:00
DominicJamesWhite
2d8b5ebc61 Add some env variables 2025-04-09 14:44:52 +02:00
DominicJamesWhite
c692b676f6 First docker build 2025-04-09 14:23:05 +02:00
DominicJamesWhite
bc36926535 Styling changes, fixing MCP and default model choices. 2025-04-09 13:24:34 +02:00
DominicJamesWhite
b846530531 Basics 2025-04-09 13:07:29 +02:00
RiverRay
48469bd8ca
Merge pull request #6392 from ChatGPTNextWeb/Leizhenpeng-patch-6
Some checks failed
Run Tests / test (push) Has been cancelled
Update README.md
2025-03-20 17:52:02 +08:00
RiverRay
5a5e887f2b
Update README.md 2025-03-20 17:51:47 +08:00
RiverRay
b6f5d75656
Merge pull request #6344 from vangie/fix/jest-setup-esm
Some checks failed
Run Tests / test (push) Has been cancelled
test: fix unit test failures
2025-03-14 20:04:56 +08:00
Vangie Du
0d41a17ef6 test: fix unit test failures 2025-03-07 14:49:17 +08:00
RiverRay
f7cde17919
Merge pull request #6292 from Little-LittleProgrammer/feature/alibaba-omni-support
Some checks failed
Run Tests / test (push) Has been cancelled
feat(alibaba): Added alibaba vision model and omni model support
2025-03-01 10:25:16 +08:00
RiverRay
570cbb34b6
Merge pull request #6310 from agi-dude/patch-1
Remove duplicate links
2025-03-01 10:24:38 +08:00
RiverRay
7aa9ae0a3e
Merge pull request #6311 from ChatGPTNextWeb/6305-bugthe-first-message-except-the-system-message-of-deepseek-reasoner-must-be-a-user-message-but-an-assistant-message-detected
Some checks are pending
Run Tests / test (push) Waiting to run
fix: enforce that the first message (excluding system messages) is a …
2025-02-28 19:48:09 +08:00
Kadxy
2d4180f5be fix: update request payload to use filtered messages in Deepseek API 2025-02-28 13:59:30 +08:00
Kadxy
9f0182b55e fix: enforce that the first message (excluding system messages) is a user message in the Deepseek API 2025-02-28 13:54:58 +08:00
Mr. AGI
ad6666eeaf
Update README.md 2025-02-28 10:47:52 +05:00
EvanWu
a2c4e468a0 fix(app/utils/chat.ts): fix type error 2025-02-26 19:58:32 +08:00
RiverRay
2167076652
Merge pull request #6293 from hyiip/main
Some checks failed
Run Tests / test (push) Has been cancelled
claude 3.7 support
2025-02-26 18:41:28 +08:00
RiverRay
e123076250
Merge pull request #6295 from rexkyng/patch-1
Fix: Improve Mistral icon detection and remove redundant code.
2025-02-26 18:39:59 +08:00
Rex Ng
ebcb4db245
Fix: Improve Mistral icon detection and remove redundant code.
- Added "codestral" to the list of acceptable names for the Mistral icon, ensuring proper detection.
- Removed duplicate `toLowerCase()` calls.
2025-02-25 14:30:18 +08:00
EvanWu
0a25a1a8cb refacto(app/utils/chat.ts)r: optimize function preProcessImageContentBase 2025-02-25 09:22:47 +08:00
hyiip
f3154b20a5 claude 3.7 support 2025-02-25 03:55:24 +08:00
EvanWu
b709ee3983 feat(alibaba): Added alibaba vision model and omni model support 2025-02-24 20:18:07 +08:00
RiverRay
f5f3ce94f6
Update README.md
Some checks failed
Run Tests / test (push) Has been cancelled
2025-02-21 08:56:43 +08:00
RiverRay
2b5f600308
Update README.md 2025-02-21 08:55:40 +08:00
RiverRay
b966107117
Merge pull request #6235 from DBCDK/danish-locale
Some checks failed
Run Tests / test (push) Has been cancelled
Translation to danish
2025-02-17 22:58:01 +08:00
river
377480b448 Merge branch 'main' of https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web
Some checks failed
Run Tests / test (push) Has been cancelled
2025-02-16 10:50:07 +08:00
river
8bd0d6a1a7 chore: Update NextChatAI domain from nextchat.dev to nextchat.club 2025-02-16 10:48:54 +08:00