MadsGalsgaard commited on
Commit
e97fc71
·
verified ·
1 Parent(s): cb450f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,7 +57,7 @@ from huggingface_hub import InferenceClient
57
  """
58
  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
59
  """
60
- client = InferenceClient("meta-llama/Meta-Llama-3.1-405B-Instruct")
61
 
62
  def respond(
63
  message: str,
 
57
  """
58
  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
59
  """
60
+ client = InferenceClient("meta-llama/Meta-Llama-3-8B-Instruct")
61
 
62
  def respond(
63
  message: str,