pabloce commited on
Commit
43c48cb
·
verified ·
1 Parent(s): c454519

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("%Y-%m-%d %H:%M:%S", time.localtime(time.time()))}"
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}",