Skip to content

Commit

Permalink
Update libraries and requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamed-elzeni committed Nov 17, 2024
1 parent 3e9fd01 commit c79adf8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
Flask==3.0.0
pytest==7.4.0
openai==0.28
datasets==3.1.0
sentence_transformers==3.3.0
1 change: 0 additions & 1 deletion test/unit/test_translator.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from src.translator import translate_content
from typing import Callable
from sentence_transformers import SentenceTransformer, util

model = SentenceTransformer("all-MiniLM-L6-v2")
Expand Down

0 comments on commit c79adf8

Please sign in to comment.