IvanPSG commited on
Commit
8eb0290
·
verified ·
1 Parent(s): 070f585

Alteração do modelo

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ For more information on `huggingface_hub` Inference API support, please check th
6
  """
7
 
8
  #client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
9
- client = InferenceClient("Qwen/Qwen3-30B-A3B-Instruct-2507")
10
 
11
  def respond(
12
  message,
 
6
  """
7
 
8
  #client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
9
+ client = InferenceClient("unsloth/Qwen3-Coder-30B-A3B-Instruct-GGUF")
10
 
11
  def respond(
12
  message,