1
0
mirror of https://github.com/ijaric/voice_assistant.git synced 2025-05-25 15:03:27 +00:00
Commit Graph

50 Commits

Author SHA1 Message Date
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
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
ksieuk
48a6f4e167 fix: [#28] review fixes 2023-10-11 18:41:10 +03:00
Artem Litvinov
6354c264b9
Merge branch 'main' into tasks/#38_client_http 2023-10-10 20:09:02 +01:00
ksieuk
0ef28afa22 feat: [#28] add base service 2023-10-10 18:34:05 +03:00
ksieuk
741a470d89 feat: [#28] add base repository 2023-10-10 18:33:49 +03:00
ksieuk
61e968c33b feat: [#28] models update 2023-10-10 18:33:33 +03:00
Artem Litvinov
6d1b881e79
Merge branch 'main' into features/stt 2023-10-10 16:06:13 +01:00
Artem Litvinov
93d53f9068 fix: poetry.lock & lint-fix 2023-10-10 16:05:31 +01:00
68a80c682b feat: small fixes 2023-10-09 21:09:52 +03:00
ksieuk
5fdc5d676f feat: [#41] tests check 2023-10-08 22:22:41 +03:00
ksieuk
fdad002dde fix: [#41] formatting 2023-10-08 22:21:13 +03:00
ksieuk
24992e5464 feat: [#41] add tests from template 2023-10-08 22:17:00 +03:00
ksieuk
e05eba76fd feat: [#41] add tests packages 2023-10-08 22:15:37 +03:00
03a8e69367 feat: small fixes 2023-10-07 05:56:33 +03:00
0a61b4ada4 feat: review fixes 2023-10-07 05:53:49 +03:00
ksieuk
c44c8d2503 feat: [#38] class inherits all methods of httpx.Asynclient 2023-10-07 01:56:46 +03:00
ksieuk
fa601a3eca fix: [#38] socks5 is possible 2023-10-07 01:55:53 +03:00
ksieuk
468a73d380 fix: [#38] method name to private 2023-10-07 01:55:39 +03:00
5432ff69fc feat: edit pyproject.toml 2023-10-06 23:01:17 +03:00
grucshetskyaleksei
b5191e7601 feat: stt от openai 2023-10-05 22:43:40 +03:00
ksieuk
ef3e746062 fix(typing): [#38] **client_params to typing.Any 2023-10-04 23:59:01 +03:00
ksieuk
3c8ef48952 fix(typing): [#38] **client_params to typing.Any 2023-10-04 23:53:16 +03:00
ksieuk
4f29e4de73 feat: [#38] add http client 2023-10-04 23:38:52 +03:00
ksieuk
306ae27171 feat: [#38] add proxy settings 2023-10-04 23:38:15 +03:00
ksieuk
d70375956c fix(typo): [#28] audio_content -> text 2023-10-04 18:49:23 +03:00
ksieuk
f59b097cfa fix: [#28] add audio_content to request model 2023-10-04 18:46:53 +03:00
ksieuk
90735ca14e feat: [#28] add base tts service 2023-10-04 18:41:44 +03:00
ksieuk
62bd0a7b99 feat: [#28] add tts models 2023-10-04 18:41:28 +03:00
Artem Litvinov
89660d1ac7 feat: new file structure 2023-10-03 21:29:55 +01:00