KashefTech commited on
Commit
d8b2032
·
verified ·
1 Parent(s): 22e98a0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -161,7 +161,7 @@ class AnonymizerAdvanced:
161
  "Content-Type": "application/json"
162
  },
163
  json={
164
- "model": "llama-3.3-70b",
165
  "messages": [{"role": "user", "content": prompt1}],
166
  "max_tokens": 4096,
167
  "temperature": 0.1
 
161
  "Content-Type": "application/json"
162
  },
163
  json={
164
+ "model": "qwen-3-235b-a22b-instruct-2507",
165
  "messages": [{"role": "user", "content": prompt1}],
166
  "max_tokens": 4096,
167
  "temperature": 0.1