Commit Graph

82 Commits

Author SHA1 Message Date
Hk-Gosuto
a0fc9bd316 feat: support claude function call 2024-08-18 21:35:56 +08:00
Hk-Gosuto
75c475203d Merge remote-tracking branch 'upstream/main' 2024-07-21 09:36:44 +00:00
Peter Dave Hello
9caf820758 Add GPT-4o mini support
Reference:
- https://platform.openai.com/docs/models/gpt-4o-mini
- https://openai.com/index/gpt-4o-mini-advancing-cost-efficient-intelligence/
2024-07-19 03:21:40 +08:00
Hk-Gosuto
bc9679335d fix: USE_OPENAI_ENDPOINT_FOR_ALL_MODELS 2024-06-07 23:29:24 +08:00
Hk-Gosuto
740ece39da fix: USE_OPENAI_ENDPOINT_FOR_ALL_MODELS 2024-06-07 18:04:05 +08:00
Hk-Gosuto
c289305b05 feat: add env 2024-06-06 21:39:48 +08:00
Hk-Gosuto
991dd0490f feat: support visual model file upload 2024-06-02 20:07:53 +08:00
Hk-Gosuto
c5c3fc1cc2 Merge remote-tracking branch 'upstream/main' 2024-05-17 21:01:15 +08:00
HenryYee
88e6c12a0e add: gpt-4o upload image btn 2024-05-17 20:51:53 +08:00
fred-bf
48d44ece58
Merge branch 'main' into chore-fix 2024-05-16 14:13:28 +08:00
Leo Li
8688842984
gpt-4o as vision model
https://platform.openai.com/docs/guides/vision
2024-05-15 17:53:27 -04:00
Hk-Gosuto
541e9ec8c1 Merge remote-tracking branch 'upstream/main' 2024-05-15 20:06:09 +08:00
fred-bf
0eccb547b5
Merge branch 'main' into feat/gemini-flash 2024-05-15 15:44:35 +08:00
Fred
4789a7f6a9
feat: add gemini flash into vision model list 2024-05-15 15:42:06 +08:00
fred-bf
5df8b1d183
fix: revert gpt-4-turbo-preview detection 2024-05-14 14:32:34 +08:00
Leo Li
ef5f910f19
support gpt-4o 2024-05-13 17:28:13 -04:00
Dean-YZG
c10447df79 feat: 1)upload image with type 'heic' 2)change the empty message to ';' for models 3) 2024-05-13 16:24:15 +08:00
Hk-Gosuto
f2b13848eb Merge remote-tracking branch 'upstream/main' 2024-04-21 12:58:47 +08:00
Hk-Gosuto
668ee60e53 Merge remote-tracking branch 'upstream/main' 2024-04-12 12:18:38 +08:00
黑云白土
0cffaf8dc5
Merge branch 'main' into main 2024-04-11 10:30:05 +08:00
黑云白土
5dc5bfb797
Merge branch 'main' into main 2024-04-11 01:24:34 +08:00
Leo Li
f101ee3c4f
support new vision models 2024-04-10 05:33:54 -04:00
Hk-Gosuto
dc4137505e fix: docker rag bug 2024-04-08 12:42:10 +08:00
Hk-Gosuto
80a077a3db feat: support other type file upload 2024-04-07 18:01:34 +08:00
butterfly
69b079c86e feat: dev done 2024-04-07 11:32:57 +08:00
黑云白土
27ed57a648
Update utils.ts 2024-03-28 15:49:49 +08:00
Hk-Gosuto
ab0d7743de Merge remote-tracking branch 'upstream/main' 2024-03-26 18:00:04 +08:00
H0llyW00dzZ
a4c54cae60
Improve [Utils] Check Vision Model
- [+] refactor(utils.ts): improve isVisionModel function to use array.some instead of model.includes
2024-03-15 09:38:42 +07:00
Hk-Gosuto
c7450e3ee0 Merge remote-tracking branch 'upstream/main' 2024-03-08 17:44:22 +08:00
Hk-Gosuto
8fbcc653a0 Merge remote-tracking branch 'upstream/main' 2024-03-08 17:35:13 +08:00
fred-bf
2bf6111bf5
Merge branch 'main' into fix-export-garbled 2024-03-07 17:07:08 +08:00
fred-bf
1294817103
Merge pull request #4089 from H0llyW00dzZ/cherry-pick
[Cherry Pick] Fix [Utils] Regex trimTopic
2024-02-29 16:31:30 +08:00
Fred
43e5dc2292
fix: fix the method to detect vision model 2024-02-28 11:33:43 +08:00
H0llyW00dzZ
22baebaf8c
[Cherry Pick] Fix [Utils] Regex trimTopic
- [+] fix(utils.ts): update regular expressions in trimTopic function to handle asterisks
2024-02-21 04:19:12 +07:00
TheRam_
e2da3406d2
Add vision support (#4076) 2024-02-20 18:04:32 +08:00
greenjerry
bf711f2ad7 修复导出json和markdown时中文及其他utf8字符乱码问题 2024-02-02 13:58:06 +08:00
H0llyW00dzZ
54df355014
Fix Trim Topic in Indonesia Language
- [+] fix(utils.ts): fix trimTopic function to remove double quotes from the start and end of the string, and remove specified punctuation from the end of the string
2023-12-05 07:26:11 +07:00
Yifei Zhang
13c1d2fd2b
Merge pull request #2946 from H0llyW00dzZ/ClientApp 2023-10-07 23:50:49 +08:00
H0llyW00dzZ
d2ad01a9ff
Client App Fix Issue [Bug] 'export' button does not work #2884
[+] fix(exporter.tsx): add async keyword to download function
[+] feat(exporter.tsx): add support for saving image file using window.__TAURI__ API
[+] feat(global.d.ts): add types for window.__TAURI__ API methods
[+] feat(locales): add translations for download success and failure messages
[+] feat(sync.ts): add support for generating backup file name with date and time
[+] fix(utils.ts): add async keyword to downloadAs function and add support for saving file using window.__TAURI__ API
2023-10-03 08:49:03 +07:00
EricGit
f1ca03e378
[FIXED] now it should detects all macintosh 2023-09-28 13:21:17 -04:00
Eric R
f3d5fc7a84 [FIXED] now the default key should be CMD on MacOS 2023-09-28 06:50:31 -04:00
Eric R
3bfcdf9c41
[ADDED] MacOS detect 2023-09-28 06:10:22 -04:00
Yidadaa
98afd5516b feat: close #1994 add clipboard write api 2023-06-29 00:27:18 +08:00
Yidadaa
fa9ceb5875 fix: #2087 chat box font size use global config 2023-06-23 20:57:43 +08:00
ShengYan, Zhang
7ac03b4d89 chore: remove unused code 2023-05-29 09:54:02 +08:00
ShengYan, Zhang
a80dcaa1c3 fix: row count logic 2023-05-10 09:27:33 +08:00
Yidadaa
9b1f25140e fix: #1359 empty line wrap count 2023-05-09 22:46:06 +08:00
Yidadaa
596c9b1d27 feat: close #887 import masks 2023-05-04 22:33:13 +08:00
Yidadaa
ace3f7f532 Merge branch 'main' into session-config 2023-04-28 00:35:04 +08:00
BaiMeow
7ed8517771 fix: innerHTML may leads to script execution 2023-04-26 21:24:14 +08:00