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
..
2024-03-25 18:16:20 +01:00
2024-04-16 22:01:55 +02:00
2024-03-25 18:21:14 +01:00
2024-03-25 15:56:20 +01:00
2024-03-25 15:56:20 +01:00
2024-03-25 15:56:20 +01:00
2023-11-07 18:44:30 +01:00
2024-02-19 19:06:54 +01:00
2024-03-25 15:56:20 +01:00
2023-11-08 19:06:00 +01:00
2024-03-25 15:56:20 +01:00
2023-11-14 08:17:49 +01:00
2023-11-10 03:06:59 +01:00
2023-07-20 23:17:58 +08:00
2024-04-16 21:54:36 +02:00
2024-02-02 13:58:06 +08:00
2024-04-14 19:03:16 +02:00
2023-12-28 23:10:19 +08:00
2023-04-03 13:29:37 +08:00
2023-05-15 01:33:46 +08:00
2024-04-16 21:57:42 +02:00