kheopss commited on
Commit
c6a5ff4
·
verified ·
1 Parent(s): f389cf0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ def respond(
38
  temperature,
39
  top_p,
40
  ):
41
- client = InferenceClient(token=L_ogin,timeout = 30, model="https://iya7x3ixqr5cu4q2.us-east-1.aws.endpoints.huggingface.cloud")
42
  messages = [{"role": "system", "content": system_message}]
43
 
44
  for val in history:
 
38
  temperature,
39
  top_p,
40
  ):
41
+ client = InferenceClient(token=L_ogin,timeout = 30, model="https://p39enpjgcmgi2wfo.us-east4.gcp.endpoints.huggingface.cloud")
42
  messages = [{"role": "system", "content": system_message}]
43
 
44
  for val in history: