Spaces:
Runtime error
Runtime error
Update chain_app.py
Browse files- 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(
|