koutch commited on
Commit
91de092
·
1 Parent(s): 223be1c

Changing model to llama3-70B

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ For more information on `huggingface_hub` Inference API support, please check th
8
  Demo for programming feedback
9
  """
10
 
11
- client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
12
 
13
 
14
  def respond(
 
8
  Demo for programming feedback
9
  """
10
 
11
+ client = InferenceClient("meta-llama/Meta-Llama-3-70B-Instruct")
12
 
13
 
14
  def respond(