C2MV commited on
Commit
9094c59
·
verified ·
1 Parent(s): b43c7f3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -549,7 +549,7 @@ class AIAnalyzer:
549
  model="Qwen/Qwen3-14B",
550
  temperature=0.6,
551
  top_p=0.95,
552
- max_tokens=10,
553
  messages=[{"role": "user", "content": f"{prompt}\n{content[:1000]}"}]
554
  )
555
 
 
549
  model="Qwen/Qwen3-14B",
550
  temperature=0.6,
551
  top_p=0.95,
552
+ max_tokens=1000,
553
  messages=[{"role": "user", "content": f"{prompt}\n{content[:1000]}"}]
554
  )
555