1oscon commited on
Commit
a6d3d67
·
verified ·
1 Parent(s): ea7237f

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="moonshotai/Kimi-K2-Instruct-0905")
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="meta-llama/Llama-4-Scout-17B-16E-Instruct")
18
 
19
  messages = [{"role": "system", "content": system_message}]
20