Skip to content

Commit

Permalink
Remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
JdFSilva committed Oct 23, 2024
1 parent d85db89 commit cad84fa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -173,5 +173,4 @@ cython_debug/
#.idea/

.vscode/
polyglot_data/
tmp/
9 changes: 0 additions & 9 deletions labs/config/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,6 @@
DATABASE_URL = os.environ.get("DATABASE_URL")
DATABASE_URL = f"postgresql://{DATABASE_USER}:{DATABASE_PASS}@{DATABASE_HOST}:{DATABASE_PORT}/{DATABASE_NAME}"

POLYGLOT_DIR = PROJ_ROOT / "labs" / "polyglot_data"

spacy_models = [
{"language_code": "pt", "language_name": "portuguese", "model": "pt_core_news_lg"},
{"language_code": "en", "language_name": "english", "model": "en_core_web_md"},
]

SUMMARIZATION_MODEL = "facebook/bart-large-cnn"

CELERY_BROKER_URL = os.environ.get("CELERY_BROKER_URL")
CELERY_BACKEND_URL = os.environ.get("CELERY_BACKEND_URL")

Expand Down

0 comments on commit cad84fa

Please sign in to comment.