Public Access
Implement meeting assistant v1
This commit is contained in:
+29
@@ -5,6 +5,8 @@
|
||||
|
||||
# dotenv files
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
|
||||
# User-specific files
|
||||
*.rsuser
|
||||
@@ -35,6 +37,33 @@ bld/
|
||||
[Ll]og/
|
||||
[Ll]ogs/
|
||||
|
||||
# Local Whisper models
|
||||
MeetingAssistant/models/
|
||||
models/
|
||||
*.ggml
|
||||
*.bin
|
||||
|
||||
# Meeting Assistant local runtime data
|
||||
MeetingAssistant/appsettings.Local.json
|
||||
MeetingAssistant/appsettings.*.local.json
|
||||
MeetingAssistant/**/appsettings.Local.json
|
||||
MeetingAssistant/**/appsettings.*.local.json
|
||||
.meeting-assistant/
|
||||
recordings/
|
||||
Recordings/
|
||||
transcripts/
|
||||
Transcripts/
|
||||
summaries/
|
||||
Summaries/
|
||||
assistant-context/
|
||||
Assistant Context/
|
||||
FunASR/
|
||||
Pyannote/
|
||||
*.onnx
|
||||
*.pt
|
||||
*.safetensors
|
||||
*.ckpt
|
||||
|
||||
# Visual Studio 2015/2017 cache/options directory
|
||||
.vs/
|
||||
# Uncomment if you have tasks that create the project's static files in wwwroot
|
||||
|
||||
Reference in New Issue
Block a user