annikwag commited on
Commit
ea0e82a
·
verified ·
1 Parent(s): 877e2df

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -77,9 +77,9 @@ def lookup_crs_value(crs_key):
77
  ###########################################
78
  # ToDo move functions to utils and model specifications to config file!
79
  # Configuration for the dedicated model
80
- #https://qu2d8m6dmsollhly.us-east-1.aws.endpoints.huggingface.cloud
81
  DEDICATED_MODEL = "meta-llama/Llama-3.1-8B-Instruct"
82
- DEDICATED_ENDPOINT = "https://nwea79x4q1clc89l.eu-west-1.aws.endpoints.huggingface.cloud"
83
  # Write access token from the settings
84
  WRITE_ACCESS_TOKEN = st.secrets["Llama_3_1"]
85
 
 
77
  ###########################################
78
  # ToDo move functions to utils and model specifications to config file!
79
  # Configuration for the dedicated model
80
+ # https://nwea79x4q1clc89l.eu-west-1.aws.endpoints.huggingface.cloud # 12k token
81
  DEDICATED_MODEL = "meta-llama/Llama-3.1-8B-Instruct"
82
+ DEDICATED_ENDPOINT = "https://qu2d8m6dmsollhly.us-east-1.aws.endpoints.huggingface.cloud"
83
  # Write access token from the settings
84
  WRITE_ACCESS_TOKEN = st.secrets["Llama_3_1"]
85