AC
f682b1f4de
fix: Bedrock image processing and Edge browser routing - Fixed image prompts by bypassing cache system, added Bedrock models with vision detection, enhanced image processing for URLs, fixed Edge routing to Bedrock, added error handling and debugging
2025-06-11 15:21:01 +08:00
AC
fc9688a1f7
feat(bedrock): Integrate AWS Bedrock as a new LLM provider
...
Adds support for using models hosted on AWS Bedrock, specifically Anthropic Claude models.
Key changes:
- Added '@aws-sdk/client-bedrock-runtime' dependency.
- Updated constants, server config, and auth logic for Bedrock.
- Implemented backend API handler () to communicate with the Bedrock API, handling streaming and non-streaming responses, and formatting output to be OpenAI compatible.
- Updated dynamic API router () to dispatch requests to the Bedrock handler.
- Created frontend client () and updated client factory ().
- Updated with necessary Bedrock environment variables (AWS keys, region, enable flag) and an example for using to alias Bedrock models.
2025-04-06 00:46:35 +08:00
RiverRay
f7cde17919
Merge pull request #6292 from Little-LittleProgrammer/feature/alibaba-omni-support
...
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
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
river
377480b448
Merge branch 'main' of https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web
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
RiverRay
77c78b230a
Merge pull request #6193 from siliconflow/get-models-siliconflow
...
Model listing of SiliconFlow
2025-02-11 18:37:22 +08:00
Shenghang Tsai
86f86962fb
Support VLM on SiliconFlow
2025-02-10 13:39:06 +08:00
Shenghang Tsai
2137aa65bf
Model listing of SiliconFlow
2025-02-10 11:03:49 +08:00
RiverRay
c2edfec16f
Merge pull request #6172 from bestsanmao/bug_fix
...
fix several bugs
2025-02-09 11:03:44 +08:00
GH Action - Upstream Sync
fdbaddde37
Merge branch 'main' of https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web
2025-02-08 01:16:56 +00:00
suruiqiang
d74f79e9c5
Merge remote-tracking branch 'remotes/origin/HEAD' into bug_fix
2025-02-08 08:29:34 +08:00
itsevin
c4e9cb03a9
Add Xai model
2025-02-07 20:29:21 +08:00
RiverRay
17f391d929
Merge pull request #6158 from dupl/main
...
update the lastest Gemini models
2025-02-07 20:23:47 +08:00
suruiqiang
a5a9768245
change request timeout for thinking mode
2025-02-07 16:34:14 +08:00
xiexin12138
a780b39c17
fix: 补充硅基流动对 DeepSeek 支持的付费模型
2025-02-07 15:43:50 +08:00
dupl
e5e5fde924
update the lastest Gemini models
2025-02-07 06:50:31 +08:00
Shenghang Tsai
ad9ab9d45a
New provider SiliconFlow and Its Latest DeekSeek Models
...
Update README.md
Update constant.ts
Update README_CN.md
2025-02-04 16:59:26 +08:00
RiverRay
39b3487ea0
Merge branch 'main' into update_knowledge_cutoff_date
2025-02-04 09:37:55 +08:00
RiverRay
32b60909ae
Merge pull request #6132 from RetiredQQ/main
...
temporary fix for o3-mini
2025-02-04 09:35:43 +08:00
Sky
8f12beb8f0
support o3-mini
2025-02-02 21:43:30 +00:00
AndrewS
2e7cac3218
chore: add knowledge cut off dates for o1 and o3
2025-02-02 19:44:53 +01:00
dupl
034b7d4655
add gemini-2.0-flash-thinking-exp, gemini-2.0-flash-thinking-exp-01-21
2025-02-02 23:11:07 +08:00
Kadxy
4f28fca506
feat: Support OpenAI o3-mini
2025-02-01 15:02:06 +08:00
suruiqiang
2173c82bb5
add deepseek-reasoner, and change deepseek's summary model to deepseek-chat
2025-01-23 18:47:22 +08:00
Kadxy
a3d3ce3f4c
Merge branch 'main' into feat-mcp
2025-01-19 23:28:12 +08:00
river
4d535b1cd0
chore: enhance mcp prompt
2025-01-16 20:54:24 +08:00
Kadxy
8aa9a500fd
feat: Optimize MCP configuration logic
2025-01-15 16:52:54 +08:00
Kadxy
7d51bfd42e
feat: MCP market
2025-01-09 19:51:01 +08:00
Kadxy
f2a2b40d2c
feat: carry mcp primitives content as a system prompt
2025-01-09 10:20:56 +08:00
Kadxy
77be190d76
feat: carry mcp primitives content as a system prompt
2025-01-09 10:09:46 +08:00
suruiqiang
67338ff9b7
add KnowledgeCutOffDate for deepseek
2024-12-29 08:58:45 +08:00
suruiqiang
7380c8a2c1
Merge branch 'main' of https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web into add_deepseek
2024-12-29 08:43:25 +08:00
dupl
39e593da48
Use regular expressions to make the code more concise.
2024-12-28 23:49:28 +08:00
Dogtiti
8a22c9d6db
feature: support glm-4v
2024-12-28 23:33:06 +08:00
RiverRay
5f96804f3b
Merge pull request #5920 from fishshi/i18n
...
Use i18n for DISCOVERY
2024-12-28 22:05:37 +08:00
Dogtiti
0cb186846a
feature: support glm Cogview
2024-12-28 20:23:44 +08:00
suruiqiang
081daf937e
since #5984 , add DeepSeek as a new ModelProvider (with deepseek-chat&deepseek-corder models), so that user can use openai and deepseek at same time with different api url&key
2024-12-27 16:57:26 +08:00
Yiming Zhang
149d732cb7
Merge remote-tracking branch 'upstream/main' into feature/flexible-visual-model
2024-12-21 03:53:05 -05:00
dupl
93ac0e5017
Reorganized the Gemini model
2024-12-21 15:26:33 +08:00
dupl
0a056a7c5c
add gemini-exp-1206, gemini-2.0-flash-thinking-exp-1219
2024-12-21 08:00:37 +08:00
Yiming Zhang
74c4711cdd
Merge remote-tracking branch 'upstream/main' into feature/flexible-visual-model
2024-12-20 18:34:07 -05:00
Nacho.L
e27e8fb0e1
Update google models
2024-12-13 07:22:16 +08:00
fishshi
93c5320bf2
Use i18n for DISCOVERY
2024-12-10 15:56:04 +08:00
Yiming Zhang
a433d1606c
feat: use regex patterns for vision models and allow adding capabilities to models through env var NEXT_PUBLIC_VISION_MODELS.
2024-12-10 00:22:45 -05:00
code-october
b7acb89096
update new model for gpt-4o and gemini-exp
2024-11-22 09:48:50 +00:00
opchips
64aa760e58
update claude rank
2024-11-06 19:18:05 +08:00
opchips
6667ee1c7f
merge main
2024-11-06 15:08:18 +08:00
Lloyd Zhou
f4c9410c29
Merge pull request #5776 from ConnectAI-E/feat-glm
...
Run Tests / test (push) Waiting to run
fix: glm chatpath
2024-11-06 14:02:20 +08:00