Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -57,7 +57,7 @@ vikk = """Consider you self a legal assistant in USA and your name is VIKK. You
|
|
57 |
def start_generating(message):
|
58 |
|
59 |
#query = "How can i file for a student loan case?"
|
60 |
-
messages = [{"from": "system", "value":vikk},
|
61 |
{"from": "human", "value": message},]
|
62 |
inputs = tokenizer.apply_chat_template(
|
63 |
messages,
|
|
|
57 |
def start_generating(message):
|
58 |
|
59 |
#query = "How can i file for a student loan case?"
|
60 |
+
messages = [#{"from": "system", "value":vikk},
|
61 |
{"from": "human", "value": message},]
|
62 |
inputs = tokenizer.apply_chat_template(
|
63 |
messages,
|