rafhiromadoni commited on
Commit
09393c7
·
verified ·
1 Parent(s): 03a63bb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="HuggingFaceH4/zephyr-7b-beta",
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