Dev1559 commited on
Commit
a44c4f3
1 Parent(s): fb5cf6b
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -6,11 +6,11 @@ For more information on `huggingface_hub` Inference API support, please check th
6
  """
7
 
8
  # client = InferenceClient("meta-llama/Meta-Llama-3-8B-Instruct")
9
- # client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
10
  # client = InferenceClient("meta-llama/Meta-Llama-3-8B-Instruct" , "HPAI-BSC/Llama3-Aloe-8B-Alpha")
11
  # client = InferenceClient("Xenova/gpt-4o")
12
  # client = InferenceClient("mistralai/mamba-codestral-7B-v0.1")
13
- client = InferenceClient("deepseek-ai/DeepSeek-Coder-V2-Instruct")
14
 
15
  def respond(
16
  message,
 
6
  """
7
 
8
  # client = InferenceClient("meta-llama/Meta-Llama-3-8B-Instruct")
9
+ client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
10
  # client = InferenceClient("meta-llama/Meta-Llama-3-8B-Instruct" , "HPAI-BSC/Llama3-Aloe-8B-Alpha")
11
  # client = InferenceClient("Xenova/gpt-4o")
12
  # client = InferenceClient("mistralai/mamba-codestral-7B-v0.1")
13
+ # client = InferenceClient("deepseek-ai/DeepSeek-Coder-V2-Instruct")
14
 
15
  def respond(
16
  message,