Daemontatox commited on
Commit
500471d
·
verified ·
1 Parent(s): 7536853

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -111,8 +111,8 @@ repo_id = "Qwen/QwQ-32B-Preview"
111
 
112
  llm = HuggingFaceEndpoint(
113
  repo_id=repo_id,
114
- max_length=8192,
115
- temperature=0.2,
116
  huggingfacehub_api_token=HF_TOKEN,
117
  streaming=True,
118
 
 
111
 
112
  llm = HuggingFaceEndpoint(
113
  repo_id=repo_id,
114
+ max_new_tokens=8192,
115
+ temperature=0.1,
116
  huggingfacehub_api_token=HF_TOKEN,
117
  streaming=True,
118