Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ For more information on `huggingface_hub` Inference API support, please check th
|
|
6 |
"""
|
7 |
#client = InferenceClient("mistralai/Mistral-7B-Instruct-v0.3")
|
8 |
|
9 |
-
client = InferenceClient(
|
10 |
|
11 |
def respond(
|
12 |
message,
|
|
|
6 |
"""
|
7 |
#client = InferenceClient("mistralai/Mistral-7B-Instruct-v0.3")
|
8 |
|
9 |
+
client = InferenceClient("Asuncom/Llama-3.1-8B-bnb-4bit-shiji")
|
10 |
|
11 |
def respond(
|
12 |
message,
|