ZunairaHawwar commited on
Commit
6afbe4c
Β·
verified Β·
1 Parent(s): e3ee654

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ from docx import Document # python-docx
5
 
6
  # ── Groq setup ──────────────────────────────────────────────────────────────────
7
  client = Groq(api_key=os.getenv("GROQ_API_KEY"))
8
- MODEL_NAME = "mixtral-8x7b"
9
  LANGS = ["English", "Urdu", "Spanish", "French", "Arabic", "Chinese", "German","Hindi","Turkish"]
10
 
11
  # ── Core translator (single chunk) ──────────────────────────────────────────────
 
5
 
6
  # ── Groq setup ──────────────────────────────────────────────────────────────────
7
  client = Groq(api_key=os.getenv("GROQ_API_KEY"))
8
+ MODEL_NAME = "llama3-8b-8192"
9
  LANGS = ["English", "Urdu", "Spanish", "French", "Arabic", "Chinese", "German","Hindi","Turkish"]
10
 
11
  # ── Core translator (single chunk) ──────────────────────────────────────────────