Changing model to llama3-70B
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ For more information on `huggingface_hub` Inference API support, please check th
|
|
8 |
Demo for programming feedback
|
9 |
"""
|
10 |
|
11 |
-
client = InferenceClient("
|
12 |
|
13 |
|
14 |
def respond(
|
|
|
8 |
Demo for programming feedback
|
9 |
"""
|
10 |
|
11 |
+
client = InferenceClient("meta-llama/Meta-Llama-3-70B-Instruct")
|
12 |
|
13 |
|
14 |
def respond(
|