codys12 commited on
Commit
412fa1c
·
1 Parent(s): 864efef

Upload handler.py

Browse files
Files changed (1) hide show
  1. handler.py +1 -1
handler.py CHANGED
@@ -49,7 +49,7 @@ class EndpointHandler():
49
  system_prompt=system_prompt,
50
  instruction=instruction,
51
  conclusions=conclusions,
52
- context=context
53
  max_new_tokens=max_new_tokens,
54
  temperature=temperature,
55
  top_p=top_p,
 
49
  system_prompt=system_prompt,
50
  instruction=instruction,
51
  conclusions=conclusions,
52
+ context=context,
53
  max_new_tokens=max_new_tokens,
54
  temperature=temperature,
55
  top_p=top_p,