oyuncunettv commited on
Commit
660d7f3
·
verified ·
1 Parent(s): a49865e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -26,12 +26,13 @@ datasets = load_datasets_from_json()
26
  """
27
  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
28
  """
29
- client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
30
  #OpenAssistant/oasst-sft-1-pythia-12b
31
  #EleutherAI/gpt-neo-2.7B
32
  #HuggingFaceH4/zephyr-7b-beta
33
  #bigcode/starcoder2-15b
34
  #GoToCompany/gemma2-9b-cpt-sahabatai-v1-instruct
 
35
 
36
  def respond(
37
  message,
 
26
  """
27
  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
28
  """
29
+ client = InferenceClient(deepseek-ai/DeepSeek-V2-Chat-0628)
30
  #OpenAssistant/oasst-sft-1-pythia-12b
31
  #EleutherAI/gpt-neo-2.7B
32
  #HuggingFaceH4/zephyr-7b-beta
33
  #bigcode/starcoder2-15b
34
  #GoToCompany/gemma2-9b-cpt-sahabatai-v1-instruct
35
+ #deepseek-ai/DeepSeek-V2-Chat-0628
36
 
37
  def respond(
38
  message,