Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -27,7 +27,7 @@ def choose_model(model_name):
|
|
27 |
elif model_name == "Llama3.1-8b-Instruct":
|
28 |
model = "meta-llama/Llama-3.1-8B-Instruct"
|
29 |
|
30 |
-
client = InferenceClient(
|
31 |
return
|
32 |
|
33 |
|
|
|
27 |
elif model_name == "Llama3.1-8b-Instruct":
|
28 |
model = "meta-llama/Llama-3.1-8B-Instruct"
|
29 |
|
30 |
+
client = InferenceClient(model, token=os.getenv('deepseekv2'))
|
31 |
return
|
32 |
|
33 |
|