Sg-at-srijan-us-kg
commited on
Commit
•
e2249f9
1
Parent(s):
7dbe821
Update app.py
Browse files
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, %H:%M:%S") + """
|
53 |
|
54 |
# Interaction Environment
|
55 |
|