Ari1020 commited on
Commit
390e8ff
·
verified ·
1 Parent(s): 29ebfd2

lets retry with the template

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -13,8 +13,6 @@ client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
13
  #client = InferenceClient("CohereLabs/c4ai-command-a-03-2025") ERROR
14
  #client = InferenceClient("meta-llama/Llama-3.2-3B-Instruct")
15
 
16
-
17
-
18
  def respond(
19
  message,
20
  history: list[tuple[str, str]],
 
13
  #client = InferenceClient("CohereLabs/c4ai-command-a-03-2025") ERROR
14
  #client = InferenceClient("meta-llama/Llama-3.2-3B-Instruct")
15
 
 
 
16
  def respond(
17
  message,
18
  history: list[tuple[str, str]],