1
0
mirror of https://github.com/ijaric/voice_assistant.git synced 2025-05-25 06:53:26 +00:00
Commit Graph

77 Commits

Author SHA1 Message Date
Artem Litvinov
2344b576d8 fix: start error & linting 2023-10-15 08:28:09 +01:00
288af57ab5 Changes by ijaric 2023-10-15 09:55:05 +03:00
b3e480886e feat: [#45] llm_agent 2023-10-15 09:53:13 +03:00
6de92100a7 Changes by ijaric 2023-10-15 09:01:33 +03:00
Artem Litvinov
08350809ab build: wip: agent service 2023-10-15 06:40:05 +01:00
6f84918506 Changes by ijaric 2023-10-15 07:59:29 +03:00
b9393d7072 Changes by aleksandr 2023-10-15 07:59:24 +03:00
d2933ad8f7 feat: [#45] llm_agent 2023-10-15 07:52:25 +03:00
36089de163 feat: [#45] llm_agent 2023-10-15 07:49:19 +03:00
Григорич
c70f4ff726
Merge branch 'features/#45_agent' into tasks/#45_agent 2023-10-14 23:56:38 +03:00
Aleksandr Sukharev
f8d32d4b87
Merge branch 'main' into tasks/#47_tts_handlers_repositories 2023-10-14 22:51:27 +03:00
ksieuk
f56c2024d6 fix: [#46] formatting 2023-10-14 22:12:06 +03:00
ksieuk
0e7e1753f1 feat(temp): [#46] add tts mock 2023-10-14 22:09:24 +03:00
ksieuk
2d47520386 feat: [#47] add timeout for tts clients 2023-10-14 22:02:45 +03:00
ksieuk
9544edfc6e feat: [#47] add default model 2023-10-14 19:12:10 +03:00
ksieuk
82c5214ae3 fix: [#46] formatting 2023-10-14 15:25:49 +03:00
ksieuk
36120320e5 fix: [#46] update dependencies 2023-10-14 15:25:39 +03:00
Aleksandr Sukharev
6fd3daa6ed
Merge branch 'main' into handler_orchestrator 2023-10-14 15:15:09 +03:00
74811da0f3 feat: [#46] small fix 2023-10-14 02:22:18 +03:00
952456d540 feat: [#49] Working handler 2023-10-14 02:19:55 +03:00
6abd748e45 feat: [#49] Improved error display 2023-10-14 02:10:54 +03:00
ksieuk
7ad8972d01 feat: [#47] base_url from settings 2023-10-13 19:59:04 +03:00
ksieuk
7285af0f97 fix: [#47] remove debug code 2023-10-13 19:54:32 +03:00
ksieuk
cd96624135 feat: [#47] add tts 2023-10-13 17:04:36 +03:00
ksieuk
1170532c93 fix: [#47] to async 2023-10-13 17:04:23 +03:00
ksieuk
6ed4928ced fix: [#47] check not is none 2023-10-13 17:04:12 +03:00
ksieuk
cc550ce1e7 fix: [#47] methods to async 2023-10-13 17:03:47 +03:00
ksieuk
0d5a2c8bae feat: [#47] add tts repositories 2023-10-13 17:03:26 +03:00
ksieuk
c9a9abb077 feat: [#47] add tts settings 2023-10-13 17:03:08 +03:00
ksieuk
eca38ebe25 feat: [#47] http_client proxy may not be passed 2023-10-13 15:01:30 +03:00
ksieuk
4b28117055 fix: [#47] rewrite from_api 2023-10-13 14:56:58 +03:00
ksieuk
8eef8b46a7 fix: [#47] methods to async 2023-10-13 14:56:36 +03:00
ksieuk
5b50d78b13 fix: [#47] add voice models 2023-10-13 14:29:22 +03:00
ksieuk
881c611650 fix: [#47] voice_models must be declared 2023-10-13 14:29:22 +03:00
ksieuk
d7528028ce feat: [#47] add http_client 2023-10-13 14:29:22 +03:00
9cb2357df5 feat: [#46] хендлер с рабочим stt 2023-10-13 03:38:39 +03:00
Artem Litvinov
b2351a6977 fix: comment out func tests and restore original Makefile 2023-10-12 17:47:56 +01:00
Artem Litvinov
4f8963ea07 fix: update poetry.lock 2023-10-12 16:22:55 +01:00
Artem Litvinov
fed97f81ad
Merge branch 'main' into tasks/#41_assistant_base_tests 2023-10-12 16:21:50 +01:00
Artem Litvinov
3129d52a86 fix: added type ignore 2023-10-12 16:14:36 +01:00
Artem Litvinov
453d3ce38e fix: make lint-fix 2023-10-12 15:41:16 +01:00
Artem Litvinov
cd8d13f6b7 fix: poetry.lock 2023-10-12 15:24:38 +01:00
Artem Litvinov
f8a6042dc2
Merge branch 'main' into tasks/#28_tts_research 2023-10-12 15:22:25 +01:00
Artem Litvinov
395ed7057d fix: orjson to 3.9.7 (github can't find 3.9.8) 2023-10-12 15:21:29 +01:00
Artem Litvinov
73f19d46c4 build: ready chat history repo 2023-10-12 03:00:40 +01:00
Artem Litvinov
3306025640 fix: add message and get sid 2023-10-12 02:42:14 +01:00
Artem Litvinov
2db4a87bf4 fix: work in progess: models & migrations & repos 2023-10-12 02:37:30 +01:00
Artem Litvinov
b75af6034b fix: fixing types partially 2023-10-12 02:02:39 +01:00
Artem Litvinov
98bb7cbb9c build: in progress agent 2023-10-12 01:50:28 +01:00
ksieuk
48a6f4e167 fix: [#28] review fixes 2023-10-11 18:41:10 +03:00