Upload handler.py
Browse files- 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,
|