nosadaniel commited on
Commit
1957184
·
verified ·
1 Parent(s): 65ab3b9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -14,8 +14,8 @@ 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="openai/gpt-oss-20b")
18
- #client = InferenceClient(token=hf_token.token, model="nosadaniel/llama3-1-8b-tuned")
19
  #model="openai/gpt-oss-20b"
20
  #model="nosadaniel/llama3-1-8b-tuned"
21
 
 
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="openai/gpt-oss-20b")
18
+ client = InferenceClient(token=hf_token.token, model="nosadaniel/llama3-1-8b-tuned")
19
  #model="openai/gpt-oss-20b"
20
  #model="nosadaniel/llama3-1-8b-tuned"
21