diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2024-02-29 20:51:57 +0000 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2024-02-29 20:51:57 +0000 |
commit | 25eece07b4c0bb63f3de2afc2cae18a37b1d789c (patch) | |
tree | 4ba779fda01c887cf9eec5bdb9b68dce2289fcf2 /.gitmodules | |
parent | 52565291cbc2c507a22236ab628db1f9f52034f1 (diff) | |
download | noetic-llama-25eece07b4c0bb63f3de2afc2cae18a37b1d789c.tar.gz noetic-llama-25eece07b4c0bb63f3de2afc2cae18a37b1d789c.zip |
Added whisper API submodule, docker container
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 2217be1..6ada206 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "ollama-webui"] path = ollama-webui url = https://github.com/ollama-webui/ollama-webui +[submodule "whisper-asr-webservice"] + path = whisper-asr-webservice + url = https://github.com/ahmetoner/whisper-asr-webservice |