giustinod commited on
Commit
31becde
·
verified ·
1 Parent(s): d235151

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ For more information on `huggingface_hub` Inference API support, please check th
7
  import os
8
 
9
  hf_token = os.getenv("hf_token")
10
- model_id = "azservice/TestLogica-Llama-3.2-3B-Instruct"
11
  client = InferenceClient(model_id, token=hf_token)
12
 
13
  def respond(
 
7
  import os
8
 
9
  hf_token = os.getenv("hf_token")
10
+ model_id = "unsloth/Llama-3.2-3B-Instruct"
11
  client = InferenceClient(model_id, token=hf_token)
12
 
13
  def respond(