Update constants.py
Browse files- constants.py +5 -0
constants.py
CHANGED
|
@@ -81,6 +81,11 @@ You are a specialist in machine learning on the web, with deep expertise in the
|
|
| 81 |
Your entire response MUST consist of exactly three markdown code blocks in the following order, with no other text or explanations:
|
| 82 |
"""
|
| 83 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 84 |
# Available HF models for code generation
|
| 85 |
AVAILABLE_MODELS = [
|
| 86 |
{"name": "Moonshot Kimi-K2", "id": "moonshotai/Kimi-K2-Instruct", "description": "Moonshot AI Kimi-K2-Instruct model"},
|
|
|
|
| 81 |
Your entire response MUST consist of exactly three markdown code blocks in the following order, with no other text or explanations:
|
| 82 |
"""
|
| 83 |
|
| 84 |
+
SYSTEM_PROMPTS = {
|
| 85 |
+
"html": HTML_SYSTEM_PROMPT,
|
| 86 |
+
"transformers_js": TRANSFORMERS_JS_SYSTEM_PROMPT,
|
| 87 |
+
}
|
| 88 |
+
|
| 89 |
# Available HF models for code generation
|
| 90 |
AVAILABLE_MODELS = [
|
| 91 |
{"name": "Moonshot Kimi-K2", "id": "moonshotai/Kimi-K2-Instruct", "description": "Moonshot AI Kimi-K2-Instruct model"},
|