Commit Graph

665 Commits

Author SHA1 Message Date
Koper
9362aef9f5 Implement hotkeys in main branch as requested by Adam 2023-09-25 15:38:00 +01:00
Koper
71eb0b37f6 Update page.tsx 2023-09-25 14:26:24 +01:00
Gokul Mohanarangan
0b00881ce4 update tests: LLM mock to return LLM TITLE for all cases 2023-09-25 10:22:41 +05:30
projects-g
3a374ea593 Delete server/reflector/llm/llm_params_cod.py 2023-09-25 09:46:00 +05:30
Gokul Mohanarangan
117acfacae update comment 2023-09-25 09:43:02 +05:30
Gokul Mohanarangan
d7ed93ae3e fix runtime download by creating specific storage paths for models 2023-09-25 09:34:42 +05:30
Gokul Mohanarangan
79ff926842 Merge branch 'main' of github.com:Monadical-SAS/reflector into enhancements 2023-09-25 09:08:41 +05:30
andreas
1e8113ebf7 Fixed error: Failed to fetch RSC payload. Falling back to browser navigation 2023-09-22 22:31:36 +02:00
Sara
4c8af4dacc Merge pull request #239 from Monadical-SAS/fix-scroll-to-bottom
fix scroll to bottom
2023-09-22 19:23:28 +02:00
Sara
902bc6c7cc visual fixes, remove error 2023-09-22 17:51:33 +02:00
Sara
2cc98314d2 fix scroll to bottom 2023-09-22 17:04:40 +02:00
Sara
4be328b5a2 Merge pull request #238 from Monadical-SAS/final-summary-loading
adds loading indicator
2023-09-22 17:03:16 +02:00
andreas
d60a582347 Make reflector.media not indexable by search engines 2023-09-22 17:03:00 +02:00
Sara
cd648f428b fix copy 2023-09-22 17:01:17 +02:00
Sara
b989f2b54a adds loading indicator 2023-09-22 15:50:38 +02:00
Gokul Mohanarangan
80fd5e6176 update llm params 2023-09-22 07:49:41 +05:30
Gokul Mohanarangan
009d52ea23 update casing and trimming 2023-09-22 07:29:01 +05:30
Sara
58505ec09b Merge pull request #231 from Monadical-SAS/redesign-reflector
Redesign reflector
2023-09-21 18:16:25 +02:00
Sara
686c12ebfa cuter scrollbars, better focus, small design improvements 2023-09-21 16:53:47 +02:00
Gokul Mohanarangan
ab41ce90e8 add profanity filter, post-process topic/title 2023-09-21 11:12:00 +05:30
Sara
3f2c3ddadc self-review 2023-09-20 17:16:24 +02:00
Sara
2576a6e4e2 microphone switch and design improvements 2023-09-20 17:08:47 +02:00
projects-g
d7dbd6317c Merge pull request #236 from Monadical-SAS/enhancements
Upgrade to a bigger translation model
2023-09-20 20:07:15 +05:30
Gokul Mohanarangan
19dfb1d027 Upgrade to a bigger translation model 2023-09-20 20:02:52 +05:30
Sara
fe510238c0 layout and design improvements 2023-09-20 15:56:49 +02:00
Sara
44f22664a1 remove test data 2023-09-18 18:44:56 +02:00
andreas
389de1585f Merge branch 'redesign-reflector' of https://github.com/Monadical-SAS/reflector into redesign-reflector 2023-09-18 17:31:33 +02:00
Sara
f88a7bde56 layout changes 2023-09-18 16:50:00 +02:00
Sara
e59dbf2df2 layout changes 2023-09-18 16:31:23 +02:00
Sara
b6c65805f8 header, font and color changes 2023-09-15 12:39:51 +02:00
Andreas Bonini
dc3d06038d Merge pull request #230 from Monadical-SAS/load-past-meetings
Ability to load past meetings
2023-09-15 15:44:21 +07:00
Koper
5d4f33a022 FINAL_SUMMARY websocket event is gone 2023-09-14 23:38:30 +07:00
Koper
6608617111 Display long summary in loaded transcripts 2023-09-14 23:37:33 +07:00
Koper
39c58138f3 Change shown summary type 2023-09-14 23:33:03 +07:00
Koper
3a9c1319c1 Update useWebSockets.ts 2023-09-14 23:11:19 +07:00
Koper
c9d01a9d30 Ability to load past meetings + URL management 2023-09-14 23:05:13 +07:00
07204ee2db server: add missing mp3 2023-09-13 17:26:03 +02:00
2b9eef6131 server: use mp3 as default for audio storage
Closes #223
2023-09-13 17:26:03 +02:00
fb93c55993 server: fix nltk download 2023-09-13 11:40:39 +02:00
projects-g
0ac4ee4490 Merge pull request #222 from Monadical-SAS/serverfix
Remove cache dir to use default download paths
2023-09-13 14:46:46 +05:30
Gokul Mohanarangan
ed83236145 remove cache dir 2023-09-13 14:41:38 +05:30
projects-g
64543afd28 Merge pull request #221 from Monadical-SAS/serverfix
Add nltk lookup path
2023-09-13 14:22:59 +05:30
Gokul Mohanarangan
9a10eef789 add nltk lookup path 2023-09-13 14:13:31 +05:30
projects-g
686fd9db4e Merge pull request #220 from Monadical-SAS/serverfix
Add dependency libs
2023-09-13 13:01:33 +05:30
Gokul Mohanarangan
9c9bbced47 add protobuf 2023-09-13 12:57:20 +05:30
Gokul Mohanarangan
7f300b9876 add sentencepiece 2023-09-13 12:55:29 +05:30
projects-g
9fe261406c Feature additions (#210)
* initial

* add LLM features

* update LLM logic

* update llm functions: change control flow

* add generation config

* update return types

* update processors and tests

* update rtc_offer

* revert new title processor change

* fix unit tests

* add comments and fix HTTP 500

* adjust prompt

* test with reflector app

* revert new event for final title

* update

* move onus onto processors

* move onus onto processors

* stash

* add provision for gen config

* dynamically pack the LLM input using context length

* tune final summary params

* update consolidated class structures

* update consolidated class structures

* update precommit

* add broadcast processors

* working baseline

* Organize LLMParams

* minor fixes

* minor fixes

* minor fixes

* fix unit tests

* fix unit tests

* fix unit tests

* update tests

* update tests

* edit pipeline response events

* update summary return types

* configure tests

* alembic db migration

* change LLM response flow

* edit main llm functions

* edit main llm functions

* change llm name and gen cf

* Update transcript_topic_detector.py

* PR review comments

* checkpoint before db event migration

* update DB migration of past events

* update DB migration of past events

* edit LLM classes

* Delete unwanted file

* remove List typing

* remove List typing

* update oobabooga API call

* topic enhancements

* update UI event handling

* move ensure_casing to llm base

* update tests

* update tests
2023-09-13 11:26:08 +05:30
projects-g
762d7bfc3c Merge pull request #216 from Monadical-SAS/llm-modal
Download and load LLMs from cache
2023-09-13 10:33:08 +05:30
Gokul Mohanarangan
b52e145a65 Merge branch 'main' of github.com:Monadical-SAS/reflector into llm-modal 2023-09-13 10:19:26 +05:30
a3edd7a7cd server: update metric for rtc_offer 2023-09-12 20:46:01 +02:00