Update app.py
Browse files
app.py
CHANGED
@@ -111,8 +111,8 @@ repo_id = "Qwen/QwQ-32B-Preview"
|
|
111 |
|
112 |
llm = HuggingFaceEndpoint(
|
113 |
repo_id=repo_id,
|
114 |
-
|
115 |
-
temperature=0.
|
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 |
|