jarvisx17 commited on
Commit
9c9f35c
·
verified ·
1 Parent(s): 60a644b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -18,8 +18,7 @@ import asyncio
18
  from langchain_nomic.embeddings import NomicEmbeddings
19
 
20
  llm_groq = ChatGroq(
21
- model_name='llama-3.3-70b-versatile
22
- )
23
 
24
  # Initialize anonymizer
25
  anonymizer = PresidioReversibleAnonymizer(analyzed_fields=['PERSON', 'EMAIL_ADDRESS', 'PHONE_NUMBER', 'IBAN_CODE', 'CREDIT_CARD', 'CRYPTO', 'IP_ADDRESS', 'LOCATION', 'DATE_TIME', 'NRP', 'MEDICAL_LICENSE', 'URL', 'US_BANK_NUMBER', 'US_DRIVER_LICENSE', 'US_ITIN', 'US_PASSPORT', 'US_SSN'], faker_seed=18)
 
18
  from langchain_nomic.embeddings import NomicEmbeddings
19
 
20
  llm_groq = ChatGroq(
21
+ model_name='llama-3.3-70b-versatile')
 
22
 
23
  # Initialize anonymizer
24
  anonymizer = PresidioReversibleAnonymizer(analyzed_fields=['PERSON', 'EMAIL_ADDRESS', 'PHONE_NUMBER', 'IBAN_CODE', 'CREDIT_CARD', 'CRYPTO', 'IP_ADDRESS', 'LOCATION', 'DATE_TIME', 'NRP', 'MEDICAL_LICENSE', 'URL', 'US_BANK_NUMBER', 'US_DRIVER_LICENSE', 'US_ITIN', 'US_PASSPORT', 'US_SSN'], faker_seed=18)