Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -161,7 +161,7 @@ def respond(
|
|
161 |
chat_template = get_messages_formatter_type(model)
|
162 |
model_selected = model
|
163 |
|
164 |
-
system_message += f" {time.strftime(
|
165 |
|
166 |
llm = Llama(
|
167 |
model_path=f"models/{model}",
|
|
|
161 |
chat_template = get_messages_formatter_type(model)
|
162 |
model_selected = model
|
163 |
|
164 |
+
system_message += f" {time.strftime('%Y-%m-%d %H:%M:%S', time.localtime(time.time()))}"
|
165 |
|
166 |
llm = Llama(
|
167 |
model_path=f"models/{model}",
|