Dhahlan2000 commited on
Commit
08f3fe6
·
verified ·
1 Parent(s): e56158c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ from huggingface_hub import InferenceClient
5
  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
6
  """
7
  # Initialize the inference client with the model repo
8
- client = InferenceClient("cognitivecomputations/TinyDolphin-2.8.2-1.1b-laser")
9
 
10
  def respond(
11
  message: str,
 
5
  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
6
  """
7
  # Initialize the inference client with the model repo
8
+ client = InferenceClient("cognitivecomputations/dolphin-2_6-phi-2")
9
 
10
  def respond(
11
  message: str,