Artin2009 commited on
Commit
a5bd7c0
·
verified ·
1 Parent(s): a6e9dcf

Update chain_app.py

Browse files
Files changed (1) hide show
  1. chain_app.py +1 -1
chain_app.py CHANGED
@@ -628,7 +628,7 @@ async def main(message: cl.Message):
628
  elif chat_profile == 'Llama-3.1-405B':
629
  client = InferenceClient(
630
  "meta-llama/Meta-Llama-3.1-405B-Instruct",
631
- token=hf_token,
632
  )
633
 
634
  for message in client.chat_completion(
 
628
  elif chat_profile == 'Llama-3.1-405B':
629
  client = InferenceClient(
630
  "meta-llama/Meta-Llama-3.1-405B-Instruct",
631
+ token="hf_token",
632
  )
633
 
634
  for message in client.chat_completion(