jonathanjordan21 commited on
Commit
dd84c22
·
verified ·
1 Parent(s): e94a11f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -24,8 +24,8 @@ def respond(
24
  base_url="https://lintasmediadanawa-hf-llm-api.hf.space",
25
  headers={"Authorization": f"Bearer {api_key}"},
26
  temperature=temperature,
27
- top_p=top_p,
28
- max_tokens=max_tokens
29
  )
30
 
31
  messages = [("system", system_message)]
 
24
  base_url="https://lintasmediadanawa-hf-llm-api.hf.space",
25
  headers={"Authorization": f"Bearer {api_key}"},
26
  temperature=temperature,
27
+ # top_p=top_p,
28
+ # max_tokens=max_tokens
29
  )
30
 
31
  messages = [("system", system_message)]