llm-wizard commited on
Commit
07d2f1b
·
verified ·
1 Parent(s): 3d1bcdb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ Gen-Z-ify<|eot_id|><|start_header_id|>user<|end_header_id|>
19
  {english}<|eot_id|><|start_header_id|>assistant<|end_header_id|>
20
  """
21
 
22
- API_URL = "https://bna913spdpygqt4t.us-east-1.aws.endpoints.huggingface.cloud"
23
 
24
  @cl.on_message # marks a function that should be run each time the chatbot receives a message from a user
25
  async def main(message: cl.Message):
 
19
  {english}<|eot_id|><|start_header_id|>assistant<|end_header_id|>
20
  """
21
 
22
+ API_URL = "https://nc7q281oard1b1ar.us-east-1.aws.endpoints.huggingface.cloud"
23
 
24
  @cl.on_message # marks a function that should be run each time the chatbot receives a message from a user
25
  async def main(message: cl.Message):