ninooo96 commited on
Commit
82e1c0f
·
verified ·
1 Parent(s): eb0132d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ from huggingface_hub import InferenceClient
24
  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
25
  """
26
  # client = InferenceClient("swap-uniba/bloom-1b7-it") - questo non va in errore
27
- client = InferenceClient("mistralai/Mistral-7B-Instruct-v0.2")
28
 
29
 
30
  def respond(
 
24
  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
25
  """
26
  # client = InferenceClient("swap-uniba/bloom-1b7-it") - questo non va in errore
27
+ client = InferenceClient("mistralai/Mistral-7B-Instruct-v0.3")
28
 
29
 
30
  def respond(