Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -57,7 +57,7 @@ from huggingface_hub import InferenceClient
|
|
57 |
"""
|
58 |
For more information on `huggingface_hub` Inference API support, please check the docs: https://huggingface.co/docs/huggingface_hub/v0.22.2/en/guides/inference
|
59 |
"""
|
60 |
-
client = InferenceClient("meta-llama/Meta-Llama-3
|
61 |
|
62 |
def respond(
|
63 |
message: str,
|
|
|
57 |
"""
|
58 |
For more information on `huggingface_hub` Inference API support, please check the docs: https://huggingface.co/docs/huggingface_hub/v0.22.2/en/guides/inference
|
59 |
"""
|
60 |
+
client = InferenceClient("meta-llama/Meta-Llama-3-8B-Instruct")
|
61 |
|
62 |
def respond(
|
63 |
message: str,
|