Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -18,8 +18,9 @@ from datetime import datetime
|
|
18 |
###########
|
19 |
# ToDo move functions to utils and model specifications to config file!
|
20 |
# Configuration for the dedicated model
|
|
|
21 |
DEDICATED_MODEL = "meta-llama/Llama-3.1-8B-Instruct"
|
22 |
-
DEDICATED_ENDPOINT = "https://
|
23 |
# Write access token from the settings
|
24 |
WRITE_ACCESS_TOKEN = st.secrets["Llama_3_1"]
|
25 |
|
|
|
18 |
###########
|
19 |
# ToDo move functions to utils and model specifications to config file!
|
20 |
# Configuration for the dedicated model
|
21 |
+
#https://qu2d8m6dmsollhly.us-east-1.aws.endpoints.huggingface.cloud
|
22 |
DEDICATED_MODEL = "meta-llama/Llama-3.1-8B-Instruct"
|
23 |
+
DEDICATED_ENDPOINT = "https://nwea79x4q1clc89l.eu-west-1.aws.endpoints.huggingface.cloud"
|
24 |
# Write access token from the settings
|
25 |
WRITE_ACCESS_TOKEN = st.secrets["Llama_3_1"]
|
26 |
|