glay
4b2f447474
Enhance encryption security with additional safeguards.
2024-12-08 23:52:31 +08:00
glay
f5ae086d3c
Enhance encryption security with additional safeguards.
2024-12-08 23:28:59 +08:00
glay
603415f9e1
Enhance log security
2024-12-08 08:33:45 +08:00
glay
5ac651ad8e
Enhance encryption security
2024-12-07 20:34:05 +08:00
glay
57dc44a54f
增加bedrock最新nova模型,优化后台代码
2024-12-07 16:49:26 +08:00
glay
0c55850641
优化bedrock流式消息处理的缓冲机制,简化app和后台api调用逻辑判断和处理
2024-12-07 12:18:15 +08:00
glay
8ce2cf5c3b
Remove detailed error error message.
2024-11-26 11:57:49 +08:00
glay
9c648e5b64
Remove detailed error error message.
2024-11-26 11:46:16 +08:00
glay
448babd27f
完善mistral tool use功能
2024-11-26 10:10:34 +08:00
glay
e6633753a4
完善mistral tool use功能 和llama3消息格式问题
2024-11-25 20:08:21 +08:00
glay
15d0600642
Merge branch 'ChatGPTNextWeb:main' into main
2024-11-25 19:02:50 +08:00
glay
9a473048b1
去掉Debug日志打印
2024-11-25 09:51:46 +08:00
glay
2fe848ecf3
去掉Debug日志打印
2024-11-25 09:51:02 +08:00
glay
6f7a635030
完善llama和mistral模型的推理功能
2024-11-24 23:54:04 +08:00
glay
2ccdd1706a
优化前后端代码,将公共方法抽取到util类,修改客户端加密方式
2024-11-24 15:37:49 +08:00
glay
513cf1b206
完善llama和mistral模型的推理功能
2024-11-23 18:23:20 +08:00
glay
238eb70986
完善mistral模型的推理结果
2024-11-23 16:27:19 +08:00
glay
a6337e9f23
完善总结功能的代码逻辑
2024-11-23 15:13:52 +08:00
glay
ff88421904
修改密钥加密逻辑
2024-11-23 13:52:14 +08:00
glay
a85db21e1f
优化代码,修改方法命名错误
2024-11-23 12:09:45 +08:00
glay
b0c1ccd0a0
优化和重构代码,增加前端可以设置加密配置数据的密钥
2024-11-22 22:03:42 +08:00
glay
bd68df1d9b
修改: app/api/bedrock.ts
...
修改: app/client/platforms/bedrock.ts
修改: app/constant.ts
2024-11-22 06:33:39 +08:00
code-october
23350c842b
fix o1 in disableGPT4
2024-11-21 03:45:07 +00:00
glay
f60c237b16
去掉sdk的引入,客户端也能直连
2024-11-20 15:25:36 +08:00
glay
225ad30898
修改: app/api/bedrock.ts
...
修改: app/components/ui-lib.tsx
2024-11-13 18:37:47 +08:00
glay
09e4f95272
Merge branch 'main' into main
2024-11-11 15:55:20 +08:00
JingSyue
18a6571883
Update proxy.ts
...
Update proxy.ts
2024-11-11 12:59:29 +08:00
JingSyue
2b0f2e5f9d
fix: built-in plugin dalle3 error #5787
2024-11-10 10:28:25 +08:00
glay
5d5456c1c5
修改: app/api/bedrock.ts
...
修改: app/client/platforms/bedrock.ts
2024-11-06 17:23:53 +08:00
glay
3bf55d3530
Merge branch 'main' into main
2024-11-06 10:52:34 +08:00
glay
cae20af24d
修改: app/api/bedrock.ts
...
修改: app/client/api.ts
修改: app/store/access.ts
新文件: app/utils/encryption.ts
修改: package.json
2024-11-06 00:21:30 +08:00
glay
1f66d3779c
修改: app/api/bedrock.ts
2024-11-05 23:32:24 +08:00
glay
045adc3567
修改: app/api/bedrock.ts
2024-11-05 23:28:07 +08:00
ryanhex53
8e2484fcdf
Refactor: Replace all provider split occurrences with getModelProvider utility method
2024-11-05 13:52:54 +00:00
glay
1998cf5ced
Merge feature/update-bedrock-api into main
2024-11-05 20:20:20 +08:00
glay
1164e1bdf6
Merge feature/update-bedrock-api into main
2024-11-05 20:04:36 +08:00
glay
d55c752e1e
修改: app/api/bedrock.ts
...
修改: app/utils.ts
2024-11-05 19:13:32 +08:00
glay
e3c18bb123
修改: app/api/bedrock.ts
2024-11-05 18:53:12 +08:00
glay
58837f6dec
修改: app/api/bedrock.ts
...
修改: app/client/platforms/bedrock.ts
2024-11-05 17:28:19 +08:00
ryanhex53
b844045d23
Custom model names can include the @
symbol by itself.
...
To specify the model's provider, append it after the model name using `@` as before.
This format supports cases like `google vertex ai` with a model name like `claude-3-5-sonnet@20240620`.
For instance, `claude-3-5-sonnet@20240620@vertex-ai` will be split by `split(/@(?!.*@)/)` into:
`[ 'claude-3-5-sonnet@20240620', 'vertex-ai' ]`, where the former is the model name and the latter is the custom provider.
2024-11-05 07:44:12 +00:00
glay
afbf5eb541
修改: .env.template
...
修改: app/api/auth.ts
修改: app/api/bedrock.ts
修改: app/client/api.ts
修改: app/client/platforms/bedrock.ts
修改: app/components/settings.tsx
修改: app/config/server.ts
修改: app/constant.t
2024-11-05 14:27:52 +08:00
glay
fc391168e9
修改: app/api/bedrock.ts
...
删除: app/api/bedrock/models.ts
删除: app/api/bedrock/utils.ts
修改: app/client/platforms/bedrock.ts
删除: app/components/chat-actions.tsx
修改: app/components/chat.tsx
修改: app/constant.ts
删除: app/icons/document.svg
2024-11-04 16:24:10 +08:00
DDMeaqua
4d75b23ed1
fix: ts error
2024-11-01 14:15:12 +08:00
DDMeaqua
afe12c212e
chore: update
2024-11-01 13:53:43 +08:00
glay
dca4a0e48f
修改: app/api/bedrock.ts
...
修改: app/api/bedrock/models.ts
修改: app/api/bedrock/utils.ts
修改: app/client/api.ts
修改: app/client/platforms/bedrock.ts
新文件: app/components/chat-actions.tsx
修改: app/components/chat.module.scss
修改: app/components/chat.tsx
修改: app/constant.ts
新文件: app/icons/document.svg
修改: app/locales/cn.ts
修改: app/locales/en.ts
2024-10-31 14:23:38 +08:00
DDMeaqua
d357b45e84
feat: [ #5714 ] 支持GLM
2024-10-30 19:24:03 +08:00
glay
ff356f0c8c
修改: app/api/[provider]/[...path]/route.ts
...
修改: app/api/auth.ts
新文件: app/api/bedrock.ts
新文件: app/api/bedrock/models.ts
新文件: app/api/bedrock/utils.ts
修改: app/client/api.ts
新文件: app/client/platforms/bedrock.ts
修改: app/components/settings.tsx
修改: app/config/server.ts
修改: app/constant.ts
修改: app/locales/cn.ts
修改: app/locales/en.ts
修改: app/store/access.ts
修改: app/utils.ts
修改: package.json
2024-10-29 22:20:26 +08:00
lloydzhou
e791cd441d
add xai
2024-10-23 11:55:25 +08:00
lloydzhou
8455fefc8a
add xai
2024-10-23 11:40:06 +08:00
little_huang
cd75461f9e
fix: correct typo in variable name from ALLOWD_PATH to ALLOWED_PATH
2024-10-07 10:30:25 +08:00