oyuncunettv commited on
Commit
5e83c9f
1 Parent(s): 4b169e8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -26,9 +26,10 @@ 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
 
33
  def respond(
34
  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("OpenAssistant/oasst-sft-1-pythia-12b")
30
  #OpenAssistant/oasst-sft-1-pythia-12b
31
  #EleutherAI/gpt-neo-2.7B
32
+ #HuggingFaceH4/zephyr-7b-beta
33
 
34
  def respond(
35
  message,