kheopss commited on
Commit
48a3e63
1 Parent(s): dcc17e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -26,7 +26,8 @@ def respond(
26
  temperature,
27
  top_p,
28
  ):
29
- client = InferenceClient(token=L_ogin,timeout = 30, model=kheops_models.get(model_id))
 
30
  messages = [{"role": "system", "content": system_message}]
31
 
32
  for val in history:
 
26
  temperature,
27
  top_p,
28
  ):
29
+ #client = InferenceClient(token=L_ogin,timeout = 30, model=kheops_models.get(model_id))
30
+ client = InferenceClient()
31
  messages = [{"role": "system", "content": system_message}]
32
 
33
  for val in history: