sijinhui
|
7d9e85b4f4
|
fix google bug
|
2024-07-17 13:45:09 +08:00 |
|
lloydzhou
|
ffddf93a8f
|
support cloudflare ai gateway
|
2024-07-17 12:48:57 +08:00 |
|
sijinhui
|
af741e4dbf
|
merge
|
2024-07-11 13:09:18 +08:00 |
|
sijinhui
|
a70f984b0f
|
Merge remote-tracking branch 'upstream/main'
# Conflicts:
# app/api/auth.ts
# app/api/common.ts
# app/azure.ts
# app/client/api.ts
# app/client/platforms/openai.ts
# app/components/chat.tsx
# app/components/settings.tsx
# app/constant.ts
# app/layout.tsx
# app/masks/index.ts
# app/store/chat.ts
# app/store/config.ts
# app/utils/hooks.ts
# app/utils/model.ts
# package.json
# yarn.lock
|
2024-07-11 10:58:00 +08:00 |
|
Dogtiti
|
9bdd37bb63
|
feat: qwen
|
2024-07-07 21:59:56 +08:00 |
|
lloydzhou
|
6dc4844c12
|
using default azure api-version value
|
2024-07-06 00:05:59 +08:00 |
|
Dogtiti
|
14bc1b6aac
|
chore: optimize the code
|
2024-07-05 23:56:10 +08:00 |
|
lloydzhou
|
d9758be3ae
|
fix ts
|
2024-07-05 20:20:21 +08:00 |
|
lloydzhou
|
6b1b530443
|
remove makeAzurePath
|
2024-07-05 20:15:56 +08:00 |
|
lloydzhou
|
1c20137b0e
|
support azure deployment name
|
2024-07-05 19:59:45 +08:00 |
|
sijinhui
|
f07a3729b9
|
Merge remote-tracking branch 'upstream/main' into dev
# Conflicts:
# app/components/chat.tsx
# app/constant.ts
# app/store/access.ts
# app/utils/hooks.ts
|
2024-04-26 14:02:16 +08:00 |
|
l.tingting
|
dd4648ed9a
|
remove max_tokens from the official version of gpt4-turbo
|
2024-04-24 22:59:14 +08:00 |
|
sijinhui
|
d33f4b05dd
|
Merge remote-tracking branch 'upstream/main' into dev
# Conflicts:
# app/client/platforms/openai.ts
|
2024-04-22 17:52:47 +08:00 |
|
butterfly
|
fb8b8d28da
|
feat: (1) fix issues/4335 and issues/4518
|
2024-04-16 14:50:48 +08:00 |
|
sijinhui
|
a83d79a9f4
|
Merge remote-tracking branch 'upstream/main' into dev
# Conflicts:
# app/api/auth.ts
# app/client/platforms/openai.ts
# app/components/settings.tsx
# app/config/server.ts
# app/constant.ts
# app/locales/pt.ts
# app/locales/sk.ts
# app/locales/tw.ts
# app/store/chat.ts
|
2024-04-09 10:39:16 +08:00 |
|
butterfly
|
9b982b408d
|
feat: fix no max_tokens in payload when calling openai vision model
|
2024-04-08 18:29:08 +08:00 |
|
sijinhui
|
e6912f5be8
|
Merge remote-tracking branch 'upstream/main'
# Conflicts:
# app/api/common.ts
|
2024-03-28 16:07:23 +08:00 |
|
DeanYao
|
6b3daec23f
|
Merge pull request #3314 from H0llyW00dzZ/text-moderation-azure
Feat ChatGPT LLM Api [Console Log] [Text Moderation] [Azure]
|
2024-03-28 13:38:56 +08:00 |
|
sijinhui
|
bf6528ce30
|
Merge branch 'ChatGPTNextWeb:main' into main
|
2024-03-24 17:30:40 +08:00 |
|
kidv
|
29e03b88c7
|
Fix: Handle empty server response in API call
|
2024-03-24 04:07:25 +08:00 |
|
sijinhui
|
a3cad6ad10
|
Merge branch 'ChatGPTNextWeb:main' into main
|
2024-02-28 11:56:01 +08:00 |
|
Fred
|
43e5dc2292
|
fix: fix the method to detect vision model
|
2024-02-28 11:33:43 +08:00 |
|
sijinhui
|
e1644b5203
|
Merge remote-tracking branch 'upstream/main' into dev
# Conflicts:
# app/client/platforms/openai.ts
# app/locales/tw.ts
|
2024-02-27 17:54:35 +08:00 |
|
fred-bf
|
08fa22749a
|
fix: add max_tokens when using vision model (#4157)
|
2024-02-27 17:28:01 +08:00 |
|
sijinhui
|
e3b0d909fe
|
暂存merge
|
2024-02-21 14:16:58 +08:00 |
|
TheRam_
|
e2da3406d2
|
Add vision support (#4076)
|
2024-02-20 18:04:32 +08:00 |
|
sijinhui
|
adc55d67d2
|
Merge remote-tracking branch 'upstream/main' into dev
# Conflicts:
# .github/workflows/deploy_preview.yml
# app/client/api.ts
# app/client/platforms/google.ts
# app/store/chat.ts
|
2024-02-08 21:29:22 +08:00 |
|
fred-bf
|
bca74241e6
|
fix: fix gemini issue when using app (#4013)
* chore: update path
* fix: fix google auth logic
* fix: not using header authorization for google api
* chore: revert to allow stream
|
2024-02-07 13:17:11 +08:00 |
|
sijinhui
|
19f4ef9194
|
merge upstream
|
2023-12-27 22:47:01 +08:00 |
|
Fred Liang
|
45798f993d
|
fix: fix type errors
|
2023-12-24 02:39:13 +08:00 |
|
sijinhui
|
b43c0b0109
|
init
|
2023-12-16 23:05:14 +08:00 |
|
H0llyW00dzZ
|
fe0f078353
|
Feat ChatGPT LLM Api [Console Log] [Text Moderation] [Azure]
[+] fix(openai.ts): fix parsing error in ChatGPTApi's message handler
[+] feat(openai.ts): add logging for flagged categories in text moderation
|
2023-11-19 19:49:52 +07:00 |
|
Yidadaa
|
f2485931d9
|
feat: better animation speed
|
2023-11-19 19:15:11 +08:00 |
|
Yidadaa
|
536ace8e10
|
feat: animate streaming response to make more smooth
|
2023-11-19 18:24:51 +08:00 |
|
Yidadaa
|
b7ffca031e
|
feat: close #935 add azure support
|
2023-11-10 02:43:37 +08:00 |
|
Yifei Zhang
|
fd2f441e02
|
feat: wont send max_tokens
|
2023-11-09 20:45:25 +08:00 |
|
Yidadaa
|
d0a1d910d4
|
fix: #3186 enable max_tokens in chat payload
|
2023-11-09 03:19:13 +08:00 |
|
Yidadaa
|
ae8226907f
|
feat: close #2621 use better default api url
|
2023-08-14 21:36:29 +08:00 |
|
7lsu
|
cf625e3542
|
typo fix
|
2023-08-01 10:16:36 +08:00 |
|
Yidadaa
|
15e063e1b5
|
feat: #2330 disable /list/models
|
2023-07-10 23:19:43 +08:00 |
|
Yidadaa
|
28c457730a
|
fix: #2280 auto-detect models from 'list/models'
|
2023-07-09 18:03:06 +08:00 |
|
guochao
|
6653a31eb7
|
perf: models接口返回数据的容错处理
|
2023-07-06 20:00:30 +08:00 |
|
Yidadaa
|
4131fccbe0
|
feat: close #2192 use /list/models to get model ids
|
2023-07-04 23:16:24 +08:00 |
|
Yidadaa
|
cda074fe24
|
fixup
|
2023-07-04 00:40:57 +08:00 |
|
Yidadaa
|
0140f771c6
|
feat: close #2175 use default api host if endpoint is empty
|
2023-06-28 23:12:35 +08:00 |
|
Yifei Zhang
|
f3ec9f02eb
|
Merge pull request #1807 from AngelLiang/feat/frequency_penalty
feat: Add frequency_penalty request parameter
|
2023-06-18 14:36:55 +08:00 |
|
Yidadaa
|
0d4611052e
|
feat: white url list for openai security
|
2023-06-13 00:39:29 +08:00 |
|
AngelLiang
|
72cbb156ae
|
feat: Add frequency_penalty request parameter
|
2023-06-04 16:05:35 +08:00 |
|
Yidadaa
|
af497c96ec
|
fix: #1612 infinite loading
|
2023-05-20 19:58:12 +08:00 |
|
Yidadaa
|
a524a60c46
|
fix: #1611 show corret message when can not query usage
|
2023-05-19 00:27:25 +08:00 |
|