charan-1919 commited on
Commit
34844fe
·
verified ·
1 Parent(s): a74f6a9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ def respond(
14
  """
15
  For more information on `huggingface_hub` Inference API support, please check the docs: https://huggingface.co/docs/huggingface_hub/v0.22.2/en/guides/inference
16
  """
17
- client = InferenceClient(token=hf_token.token, model="MAYA-AI/QWEN-3_5-CHAT")
18
 
19
  messages = [{"role": "system", "content": system_message}]
20
 
 
14
  """
15
  For more information on `huggingface_hub` Inference API support, please check the docs: https://huggingface.co/docs/huggingface_hub/v0.22.2/en/guides/inference
16
  """
17
+ client = InferenceClient(token=hf_token.token, model="perplexity-ai/pplx-embed-v1-0.6b")
18
 
19
  messages = [{"role": "system", "content": system_message}]
20