diff --git a/requirements.txt b/requirements.txt index 91abf65..4ef5092 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,5 +27,8 @@ cryptography>=3.4.7 # OpenAI openai +# jieba for Chinese text segmentation +jieba + # Note: hashlib and json are part of Python standard library # Note: os and datetime are part of Python standard library \ No newline at end of file