Abdhack commited on
Commit
26c554b
·
verified ·
1 Parent(s): e8a0d59

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ def respond(
16
  """
17
  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
18
  """
19
- client = InferenceClient(token=hf_token.token, model="openai/gpt-oss-20b")
20
 
21
  messages = [{"role": "system", "content": system_message}]
22
  messages.extend(history)
 
16
  """
17
  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
18
  """
19
+ client = InferenceClient(token=hf_token.token, model="ibm-granite/granite-4.0-h-small")
20
 
21
  messages = [{"role": "system", "content": system_message}]
22
  messages.extend(history)