Skip to content

Commit

Permalink
Revert "Update libraries and requirements"
Browse files Browse the repository at this point in the history
This reverts commit c79adf8.
  • Loading branch information
mohamed-elzeni committed Nov 17, 2024
1 parent c79adf8 commit 4008184
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Flask==3.0.0
pytest==7.4.0
openai==0.28
datasets==3.1.0
sentence_transformers==3.3.0
1 change: 1 addition & 0 deletions test/unit/test_translator.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
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 4008184

Please sign in to comment.