DirkSchlossmacher
|
d53e642438
|
gpt-4o replace
|
2024-08-08 12:36:28 +02:00 |
|
DirkSchlossmacher
|
2e6ab1385c
|
openai.ts aktualisieren
modelConfig.
|
2024-08-06 22:22:16 +02:00 |
|
DirkSchlossmacher
|
4762a08e4e
|
openai.ts aktualisieren
finalModel
|
2024-08-06 22:14:56 +02:00 |
|
DirkSchlossmacher
|
d5e1b8a7b7
|
Merge remote-tracking branch 'upstream/main'
|
2024-08-05 21:06:51 +02:00 |
|
Dogtiti
|
fec80c6c51
|
Merge pull request #5173 from ConnectAI-E/feature/dalle
add dalle3 model
|
2024-08-05 20:49:37 +08:00 |
|
frostime
|
3486954e07
|
🐛 fix(openai): 上次 commit 后 openai.ts 文件中出现类型不匹配的 bug
|
2024-08-05 20:26:48 +08:00 |
|
Dogtiti
|
4a8e85c28a
|
fix: empty response
|
2024-08-02 22:16:08 +08:00 |
|
lloydzhou
|
8c83fe23a1
|
using b64_json for dall-e-3
|
2024-08-02 20:58:21 +08:00 |
|
lloydzhou
|
46cb48023e
|
fix typescript error
|
2024-08-02 18:50:48 +08:00 |
|
lloydzhou
|
ac599aa47c
|
add dalle3 model
|
2024-08-02 18:00:42 +08:00 |
|
DirkSchlossmacher
|
b6c3fe5578
|
Merge remote-tracking branch 'upstream/main'
|
2024-07-27 14:09:23 +02:00 |
|
Dogtiti
|
7237d33be3
|
fix: ts type
|
2024-07-19 14:55:47 +08:00 |
|
lloydzhou
|
287fa0a39c
|
feat: 1. using cache storage store image data; 2. get base64image before chat to api #5013
|
2024-07-19 13:50:10 +08:00 |
|
DirkSchlossmacher
|
6268649ecc
|
Merge remote-tracking branch 'upstream/main'
|
2024-07-16 07:43:08 +02:00 |
|
lloydzhou
|
728c38396a
|
support cloudflare ai gateway
|
2024-07-12 12:00:25 +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 |
|
DirkSchlossmacher
|
18a5235497
|
"gpt-4-turbo",
replace
|
2024-05-14 06:54:13 +02:00 |
|
DirkSchlossmacher
|
4cd6327b19
|
Merge remote-tracking branch 'upstream/main'
|
2024-04-29 07:15:01 +02:00 |
|
l.tingting
|
dd4648ed9a
|
remove max_tokens from the official version of gpt4-turbo
|
2024-04-24 22:59:14 +08:00 |
|
DirkSchlossmacher
|
433fc1c5be
|
max > min
|
2024-04-17 18:23:02 +02:00 |
|
DirkSchlossmacher
|
32444513a7
|
Object.defineProperty(requestPayload, "max_tokens", {
enumerable: true,
configurable: true,
writable: true,
value: 4096,
});
|
2024-04-17 18:21:02 +02:00 |
|
DirkSchlossmacher
|
8eecd945f5
|
Merge remote-tracking branch 'upstream/main'
|
2024-04-17 17:19:57 +02:00 |
|
DirkSchlossmacher
|
f6e2d3a68c
|
Update openai.ts
update modelsToReplace
|
2024-04-16 22:12:54 +02:00 |
|
DirkSchlossmacher
|
94ea750137
|
Update openai.ts
// add max_tokens to vision model
if (visionModel) {
Object.defineProperty(requestPayload, "max_tokens", {
enumerable: true,
configurable: true,
writable: true,
value: 4096,
});
}
// value: modelConfig.max_tokens,
|
2024-04-16 22:01:55 +02:00 |
|
butterfly
|
fb8b8d28da
|
feat: (1) fix issues/4335 and issues/4518
|
2024-04-16 14:50:48 +08:00 |
|
butterfly
|
9b982b408d
|
feat: fix no max_tokens in payload when calling openai vision model
|
2024-04-08 18:29:08 +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 |
|
Klaas Reineke
|
f1526ebf65
|
Merge remote-tracking branch 'upstream/main' into klaas20240303
|
2024-03-25 15:56:20 +01:00 |
|
kidv
|
29e03b88c7
|
Fix: Handle empty server response in API call
|
2024-03-24 04:07:25 +08:00 |
|
Fred
|
43e5dc2292
|
fix: fix the method to detect vision model
|
2024-02-28 11:33:43 +08:00 |
|
fred-bf
|
08fa22749a
|
fix: add max_tokens when using vision model (#4157)
|
2024-02-27 17:28:01 +08:00 |
|
DirkSchlossmacher
|
5a8fbaa654
|
model replace
|
2024-02-23 07:16:04 +01:00 |
|
TheRam_
|
e2da3406d2
|
Add vision support (#4076)
|
2024-02-20 18:04:32 +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 |
|
DirkSchlossmacher
|
b0b5e5e9f2
|
gpt-4-turbo-preview
|
2024-01-29 11:51:19 +01:00 |
|
Fred Liang
|
45798f993d
|
fix: fix type errors
|
2023-12-24 02:39:13 +08:00 |
|
DirkSchlossmacher
|
2d4544ec4b
|
modelsToReplace
|
2023-11-24 16:20:18 +01:00 |
|
DirkSchlossmacher
|
bf334d93fe
|
no model tracking in redis
|
2023-11-23 15:19:55 +01:00 |
|
DirkSchlossmacher
|
d0a8be1f26
|
rollback
|
2023-11-23 14:54:45 +01:00 |
|
DirkSchlossmacher
|
9f68da3afc
|
getMyServerSession
|
2023-11-23 14:37:56 +01:00 |
|
DirkSchlossmacher
|
ee042d9dbe
|
no req
|
2023-11-23 14:37:21 +01:00 |
|
DirkSchlossmacher
|
d86b7ddd50
|
getServerAuthSession
|
2023-11-23 14:22:51 +01:00 |
|
DirkSchlossmacher
|
edaa25d1d5
|
const modelIdentifier = modelConfig.model;
|
2023-11-23 13:56:19 +01:00 |
|
DirkSchlossmacher
|
04ed030276
|
session or email is not available
|
2023-11-23 13:51:49 +01:00 |
|
DirkSchlossmacher
|
4b66ba8821
|
userEmail
|
2023-11-23 13:45:12 +01:00 |
|