Commit Graph

418 Commits

Author SHA1 Message Date
an-lee
a2ef3fc955 Upgrade dep (#1116)
* update renderer spec

* fix renderer.spec

* upgrade yarn

* upgrade electron & echogarden

* upgrade langchain

* upgrade deps

* remove sentry

* remove unused deps
2024-10-10 09:29:58 +08:00
an-lee
d96c9ff773 Refactor Chat (#1108)
* modify chat table & migrate

* refactor layout

* update layout

* actions for chats & agents

* refactor chat form

* refactor chat form

* update chat form

* rename

* refactor types & locales

* refactor tts engine

* refactor

* fix config

* refactor chat form

* refactor chat member form

* fixing

* refactor ask agent

* chat in conversation

* fix chat message update

* may update chat member

* update chat member from message

* refacto group propmt

* chat member gpt settings

* update ui

* more config for chat

* add locales

* update chat agent form

* add locales for agent form

* update UI

* auto reply for text input

* update chat

* update chat input

* rename colomns

* update chat

* udpate agent message

* add chat member

* add/remove chat member

* fix chat member

* refactor

* auto update chat name

* fix chat update

* refactor chat column

* fix chat

* add agent loading

* use fresh new prompt when ask agent

* add chat forwarder

* refactor chat

* fix

* add copilot

* toggle copilot

* add copilot chat

* avoid open the same chat at the same time

* update copilot header

* add agent introduction in the first place of chat

* rename column

* update style

* refactor

* invoke all agents in group after asking

* chat sidebar collopse

* may select chat in copilot

* update ui

* new chat from agent

* upgrade deps

* refactor chat & chatAgent

* add limit for chat member create

* update chat form

* update db & migration

* fix up

* fix group chat

* fix panel warning

* display chat agent type

* tts message

* fit tts agent

* refactor

* chat fowarder

* update UI

* setup default values for tts agent

* fix chat member add/remove

* edit tts agent

* display chat date

* Fix UI

* add system message

* refactor

* fix hook

* refactor

* touch chat&agent when new message created

* fix auto reply

* migrate conversation to chat

* add migrate api

* fix migrate

* update migrate

* refactor

* refactor

* refactor

* fix delete agent

* add hotkey for copilot

* fix bugs

* upgrade deps

* refactor tts hook

* stop auto playback when azure transcribed

* refactor

* clean up

* fix UI

* fix conversation migrate

* handle error

* update model

* declare types

* audo backup db file when started

* fix db backup

* refactor db migration

* fix UI

* refactor

* fix chat auto update name

* fix authorization lost when hot reload

* refactor

* refactor

* fix tts form

* keep agent avatar up to date

* clean code
2024-10-09 16:57:32 +08:00
an-lee
4a31c05433 Improve chat (#1084)
* refactor chat prompt

* update style
2024-09-19 06:33:25 +08:00
an-lee
cd18159b26 improve style 2024-09-17 18:11:28 +08:00
an-lee
3cacee18fa Fix transcription create (#1081)
* refactor transcription loading model

* abort transcribe when auto download

* refactor
2024-09-17 17:59:18 +08:00
an-lee
2eb4761a13 upgrade deps (#1079) 2024-09-16 20:36:35 +08:00
an-lee
182cb2cdb2 Fix find or create transcription (#1072)
* Fix current time update

* fix find or create transcription

* update version
2024-09-16 06:30:59 +08:00
an-lee
88a655cfb4 auto save media shadow player layout 2024-09-15 21:11:34 +08:00
an-lee
3feac62f0d update locales 2024-09-15 05:40:23 +08:00
an-lee
8102dcc5fa update locales 2024-09-15 05:31:33 +08:00
divisey
7881eb6b70 fix: 🐛 audio issue (#1069) 2024-09-14 18:12:38 +08:00
an-lee
e969321275 fix network state(fix #1064) 2024-09-14 14:35:03 +08:00
an-lee
87b318d838 fix media currentTime update 2024-09-14 14:35:03 +08:00
an-lee
fc2ad1f648 fix style 2024-09-14 14:35:03 +08:00
an-lee
9b8cc54071 fix mdict import 2024-09-14 14:35:03 +08:00
an-lee
550bb8f3d1 use default tts for conversation 2024-09-14 05:57:11 +08:00
an-lee
89ff633a45 Feat auto download transcription (#1067)
* cal md5 for transcription result

* fix style

* auto download transcription from cloud

* refactor

* update style
2024-09-13 18:56:37 +08:00
an-lee
040e3040f7 hotfix 2024-09-12 17:14:36 +08:00
divisey
8148a8679d feat: 🎸 update dicts (#1062) 2024-09-12 10:40:52 +08:00
an-lee
fbc1394a70 Refactor layout (#1063)
* sidebar collapsable

* resizable panel for audio page

* rename components

* refacotr

* refactor media panels

* refactor

* auto resize waveform

* refactor: rename files

* refactor media components

* refactor

* rename

* fix media provider

* refactor wavefor action buttons

* clean code

* refactor media recording player

* clean up

* fix hotkeys

* refactor

* fix style

* fix style

* fix chat input

* fix shadow player in course

* fix style

* fix style
2024-09-12 06:48:19 +08:00
an-lee
dcf6153a0e Fix accessToken fetching 2024-09-09 05:28:49 +08:00
an-lee
4309daebb0 add upgrade notice (#1051) 2024-09-09 05:16:18 +08:00
an-lee
974b07fdcc fix db connection 2024-09-08 21:53:35 +08:00
an-lee
1a3e9a7ec0 fix audible provider 2024-09-08 21:20:12 +08:00
an-lee
a2c4764c02 refactor code 2024-09-08 21:10:14 +08:00
an-lee
be0693da72 refactor db 2024-09-08 09:52:43 +08:00
an-lee
d96f6adad8 move openai settings to advanced 2024-09-07 19:36:39 +08:00
an-lee
f7d02f8edd Feat: export recordings in one file (#1050)
* auto reconnect db

* may export & merge recordings
2024-09-07 19:33:00 +08:00
an-lee
b38ed3711f Fix chat (#1047)
* handle chat error

* update scrollbar style

* darkmode for scrollbar

* use azure if the stt engine not found
2024-09-07 11:50:09 +08:00
divisey
685c837463 feat: 🎸 update dict hash (#1046) 2024-09-07 11:46:46 +08:00
an-lee
5627116204 fix reset button (#1045) 2024-09-07 10:49:37 +08:00
an-lee
c4e58b145f update dict link 2024-09-06 20:30:43 +08:00
an-lee
5e207f2395 fix import dict button 2024-09-06 20:21:02 +08:00
an-lee
b467c40d9a fix unauthorized bar 2024-09-06 19:51:21 +08:00
an-lee
c215814359 fix transcription create form 2024-09-06 19:50:25 +08:00
an-lee
21a8ea5d1f Improve: update media tab content translation (#1044)
* refactor: rename files

* update lookup result

* fix style
2024-09-06 19:10:31 +08:00
an-lee
fffb97f8dc Improve: use database to save user settings (#1041)
* add user settings

* fix user setting

* migrate dict settings

* migrate hotkeys

* fix hotkey setting

* update library settings

* migrate gpt Engine

* use user setting key enum

* migrate openai

* migrate more settings

* migrate whisper config

* migrate whisper

* refactor

* clean up

* migrate profile

* migrate recorder config

* refactor

* refactor

* fix e2e

* add api status

* fix e2e

* fix app init

* fetch apiUrl before fetch user

* update stt engine enums

* update enums

* update enums

* refactor login flow

* Fix warning

* Login from remembered users

* fix e2e

* refactor

* add unauthorized alert

* feat: 🎸 dict import update (#1040)

* rectified. according to Issues.

* issue #1025

* feat: add Vietnamese language to support (#1043)

* feat: add vietnamese language to support

* fix: update Vietnamese language name to native form

---------

Co-authored-by: Ryan <trongdv@coccoc.com>

* upgrade deps

* update locales

---------

Co-authored-by: divisey <18656007202@163.com>
Co-authored-by: xiaolai <lixiaolai@gmail.com>
Co-authored-by: ryan <69750456+ryangwn@users.noreply.github.com>
Co-authored-by: Ryan <trongdv@coccoc.com>
2024-09-06 18:32:09 +08:00
ryan
fef9a9459b feat: add Vietnamese language to support (#1043)
* feat: add vietnamese language to support

* fix: update Vietnamese language name to native form

---------

Co-authored-by: Ryan <trongdv@coccoc.com>
2024-09-06 12:33:28 +08:00
divisey
895d44f60b feat: 🎸 dict import update (#1040) 2024-09-04 15:05:34 +08:00
divisey
e16990a8b4 feat: 🎸 word lookup, remove dict download (#1038) 2024-09-03 20:03:07 +08:00
an-lee
ef096c2c57 fix segments api (#1037) 2024-09-03 09:32:17 +08:00
an-lee
7be128d5cd update deposit setting 2024-09-02 14:00:05 +08:00
an-lee
68717a246c Update deps (#1034)
* update deposit setting

* update deps
2024-09-02 13:45:59 +08:00
an-lee
56e2fa35f9 update default deposited amount (#1033) 2024-09-02 13:42:42 +08:00
divisey
b6af2d18e8 feat: 🎸 update dicts (#1026) 2024-08-30 18:08:02 +08:00
an-lee
271dfc603e set default vocabulary setting (#1024) 2024-08-29 14:43:37 +08:00
divisey
a1e7b7a062 feat: 🎸 add dicts (#1022) 2024-08-29 14:02:52 +08:00
an-lee
9765320971 toast error when failed (#1021) 2024-08-26 16:04:00 +08:00
an-lee
6304b89429 update timestamp in chat prompt (#1008) 2024-08-23 10:55:05 +08:00
an-lee
d8afb2fda1 Update default config (#1007)
* update default config

* update model list

* update azure tts voice list
2024-08-23 10:47:40 +08:00