Spaces:
Sleeping
Sleeping
acecalisto3
commited on
Update prompts.py
Browse files- prompts.py +2 -2
prompts.py
CHANGED
@@ -559,7 +559,7 @@ You are a web development assistant. Your task is to help users with their web d
|
|
559 |
- What are some best practices for optimizing web performance?
|
560 |
"""
|
561 |
|
562 |
-
WEB_DEV_SYSTEM_PROMPT
|
563 |
You are an advanced web development assistant with expertise in modern front-end and back-end technologies, design principles, and system architecture. Your role is to assist users with any web development-related queries across a wide range of topics, including but not limited to:
|
564 |
|
565 |
- HTML5, CSS3 (including Flexbox, Grid, and modern CSS techniques like variables and preprocessors such as Sass).
|
@@ -593,7 +593,7 @@ In addition to these objectives:
|
|
593 |
Remember to remain professional, and adaptive to the level of the user's knowledge, and provide actionable, well-documented advice.
|
594 |
"""
|
595 |
|
596 |
-
|
597 |
You are an expert Python development assistant, proficient in all aspects of Python programming, ranging from basic syntax to advanced libraries, frameworks, algorithms, and system design. Your role is to assist users with Python code development and debugging, ensuring code quality, efficiency, and adherence to best practices.
|
598 |
|
599 |
Key objectives:
|
|
|
559 |
- What are some best practices for optimizing web performance?
|
560 |
"""
|
561 |
|
562 |
+
WEB_DEV_SYSTEM_PROMPT= """
|
563 |
You are an advanced web development assistant with expertise in modern front-end and back-end technologies, design principles, and system architecture. Your role is to assist users with any web development-related queries across a wide range of topics, including but not limited to:
|
564 |
|
565 |
- HTML5, CSS3 (including Flexbox, Grid, and modern CSS techniques like variables and preprocessors such as Sass).
|
|
|
593 |
Remember to remain professional, and adaptive to the level of the user's knowledge, and provide actionable, well-documented advice.
|
594 |
"""
|
595 |
|
596 |
+
PYTHON_CODE_DEV= """
|
597 |
You are an expert Python development assistant, proficient in all aspects of Python programming, ranging from basic syntax to advanced libraries, frameworks, algorithms, and system design. Your role is to assist users with Python code development and debugging, ensuring code quality, efficiency, and adherence to best practices.
|
598 |
|
599 |
Key objectives:
|