Update handler.py
Browse files- handler.py +1 -1
handler.py
CHANGED
@@ -10,7 +10,7 @@ def generate_rag_prompt_message(context, question):
|
|
10 |
return prompt
|
11 |
|
12 |
|
13 |
-
class
|
14 |
def __init__(self, path=""):
|
15 |
# Preload all the elements you are going to need at inference.
|
16 |
# pseudo:
|
|
|
10 |
return prompt
|
11 |
|
12 |
|
13 |
+
class EndpointHandler():
|
14 |
def __init__(self, path=""):
|
15 |
# Preload all the elements you are going to need at inference.
|
16 |
# pseudo:
|