eagle0504 commited on
Commit
9bcd339
1 Parent(s): 6d24aae

Update helpers/foundation_models.py

Browse files
Files changed (1) hide show
  1. helpers/foundation_models.py +1 -1
helpers/foundation_models.py CHANGED
@@ -162,7 +162,7 @@ def llama2_7b_brk_letters(prompt: str) -> str:
162
  """
163
 
164
  # Endpoint URL of the LLaMA 2 7B model hosted on Hugging Face.
165
- API_URL = "https://hd1rl4q31aom5qwc.us-east-1.aws.endpoints.huggingface.cloud"
166
 
167
  # Headers to include in the HTTP request. Specifies the expected format of the response and request.
168
  headers = {
 
162
  """
163
 
164
  # Endpoint URL of the LLaMA 2 7B model hosted on Hugging Face.
165
+ API_URL = "https://fjnshtq0d24uia40.us-east-1.aws.endpoints.huggingface.cloud"
166
 
167
  # Headers to include in the HTTP request. Specifies the expected format of the response and request.
168
  headers = {