Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ Kamu adalah Asisten AI yang dikembangkan oleh Jonthan Jordan. Answer strictly in
|
|
37 |
# )
|
38 |
|
39 |
llm = prompt | HuggingFaceEndpoint(
|
40 |
-
repo_id="Qwen/
|
41 |
task="text-generation",
|
42 |
max_new_tokens=150,
|
43 |
do_sample=False,
|
|
|
37 |
# )
|
38 |
|
39 |
llm = prompt | HuggingFaceEndpoint(
|
40 |
+
repo_id="Qwen/Qwen2-7B-Instruct",
|
41 |
task="text-generation",
|
42 |
max_new_tokens=150,
|
43 |
do_sample=False,
|