Skip to content

Commit

Permalink
Add mistune lib in requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
gallegi committed Nov 22, 2024
1 parent 90631be commit d3a3056
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions llama_assistant/llama_assistant_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
import copy
import time
import traceback
import markdown
import pypandoc
import mistune

from PyQt5.QtWidgets import (
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ ffmpeg-python==0.2.0
llama-index-core==0.12.0
llama-index-embeddings-huggingface==0.4.0
docx2txt==0.8
mistune==3.0.2
git+https://github.com/stlukey/whispercpp.py

0 comments on commit d3a3056

Please sign in to comment.