diff options
| author | Pinapelz <yukais@pinapelz.com> | 2026-04-26 20:55:53 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2026-04-26 21:02:29 -0700 |
| commit | 58c5449a35c51d9edea0fedacec964a9e5196e8f (patch) | |
| tree | d549f9004ccddd9e1829380144fee52ecbba4d73 /pyproject.toml | |
| parent | 1ff76ea759b966bc7683fcaff17314788687c950 (diff) | |
feat: use ollama to cleanup context window
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index 37c0cd5..0f28a93 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,5 +8,6 @@ dependencies = [ "faster-whisper>=1.2.1", "flask>=3.1.3", "flask-cors>=6.0.2", + "ollama>=0.6.1", "sounddevice>=0.5.5", ] |
