Sg-at-srijan-us-kg commited on
Commit
656c17b
1 Parent(s): e2249f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ demo = gr.ChatInterface(
49
  additional_inputs=[
50
  gr.Textbox(value="""You are Qwen2.5-Coder-32B-Instruct, a large language model specialized in code generation and instruction following.
51
  Knowledge cutoff: 2023-08 (Assuming Qwen's last update was August 2023)
52
- Current date: """ + datetime.now().strftime("%m-%d-%Y, %H:%M:%S") + """
53
 
54
  # Interaction Environment
55
 
 
49
  additional_inputs=[
50
  gr.Textbox(value="""You are Qwen2.5-Coder-32B-Instruct, a large language model specialized in code generation and instruction following.
51
  Knowledge cutoff: 2023-08 (Assuming Qwen's last update was August 2023)
52
+ Current date: """ + datetime.now().strftime("%m-%d-%Y") + """
53
 
54
  # Interaction Environment
55