Skip to content

Commit

Permalink
progress
Browse files Browse the repository at this point in the history
  • Loading branch information
disler committed Jan 11, 2025
1 parent 2c7a76a commit fe3d9f7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions assistant_config.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
typer_assistant:
assistant_name: Ada
human_companion_name: Dan
voice: elevenlabs # local, realtime-tts, elevenlabs
ears: realtime-stt
brain: deepseek-v3
voice: elevenlabs # local, realtime-tts, elevenlabs
elevenlabs_voice: WejK3H1m7MI9CHnIjW9K
base_assistant:
assistant_name: Ada
human_companion_name: Dan
voice: elevenlabs # local, realtime-tts, elevenlabs
ears: realtime-stt
brain: deepseek-v3
voice: elevenlabs # local, realtime-tts, elevenlabs
elevenlabs_voice: WejK3H1m7MI9CHnIjW9K
2 changes: 1 addition & 1 deletion main_typer_assistant.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def awaken(
spinner=False,
# wake_words="deep"
# realtime_processing_pause=0.3,
# post_speech_silence_duration=0.3,
post_speech_silence_duration=1.5,
# compute_type="int8",
compute_type="float32",
model="tiny.en", # VERY fast (.5s), but not accurate
Expand Down
1 change: 0 additions & 1 deletion scratchpad.md
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
# Personal AI Assistant Scratchpad

0 comments on commit fe3d9f7

Please sign in to comment.