1
0
mirror of https://github.com/ijaric/voice_assistant.git synced 2025-12-15 20:16:17 +00:00

feat: [#45] llm_agent

This commit is contained in:
2023-10-15 07:49:19 +03:00
parent fe7ebcc11b
commit 36089de163
15 changed files with 344 additions and 368 deletions

5
husky/.huskyrc Normal file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/env sh
# This loads nvm.sh and sets the correct PATH before running hook
export NVM_DIR="${HOME}/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"