cryptocalypse commited on
Commit
eacd9ae
·
verified ·
1 Parent(s): de510a5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -117,7 +117,7 @@ For more information on `huggingface_hub` Inference API support, please check th
117
  """
118
 
119
  #client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
120
- client = InferenceClient("google/gemma-2-2b-it")
121
 
122
  def respond(
123
  message,
 
117
  """
118
 
119
  #client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
120
+ client = InferenceClient("meta-llama/Llama-3.1-8B-Instruct")
121
 
122
  def respond(
123
  message,