avfranco commited on
Commit
a84f44c
1 Parent(s): e5c7656

Update app.py

Browse files

meta-llama/Meta-Llama-3.1-70B-Instruct

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ def respond_to_question_llama(transcript, question):
21
  from huggingface_hub import InferenceClient
22
 
23
  client = InferenceClient(
24
- "meta-llama/Meta-Llama-3.1-405B-Instruct",
25
  token=os.environ["HUGGINGFACEHUB_API_TOKEN"],
26
  )
27
 
 
21
  from huggingface_hub import InferenceClient
22
 
23
  client = InferenceClient(
24
+ "meta-llama/Meta-Llama-3.1-70B-Instruct",
25
  token=os.environ["HUGGINGFACEHUB_API_TOKEN"],
26
  )
27