Update app.py
Browse files
app.py
CHANGED
|
@@ -15,7 +15,7 @@ print("Memuat Model AI...")
|
|
| 15 |
embeddings = HuggingFaceEmbeddings(model_name="all-MiniLM-L6-v2")
|
| 16 |
|
| 17 |
llm_client = InferenceClient(
|
| 18 |
-
model="
|
| 19 |
token=hf_token
|
| 20 |
)
|
| 21 |
|
|
|
|
| 15 |
embeddings = HuggingFaceEmbeddings(model_name="all-MiniLM-L6-v2")
|
| 16 |
|
| 17 |
llm_client = InferenceClient(
|
| 18 |
+
model="Qwen/Qwen2.5-7B-Instruct",
|
| 19 |
token=hf_token
|
| 20 |
)
|
| 21 |
|