Update constants.py
Browse files- constants.py +3 -1
constants.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
|
2 |
import re
|
3 |
from http import HTTPStatus
|
4 |
from typing import Dict, List, Optional, Tuple
|
@@ -79,6 +79,8 @@ You are a specialist in machine learning on the web, with deep expertise in the
|
|
79 |
|
80 |
**Output Format:**
|
81 |
Your entire response MUST consist of exactly three markdown code blocks in the following order, with no other text or explanations:
|
|
|
|
|
82 |
# Available HF models for code generation
|
83 |
AVAILABLE_MODELS = [
|
84 |
{"name": "Moonshot Kimi-K2", "id": "moonshotai/Kimi-K2-Instruct", "description": "Moonshot AI Kimi-K2-Instruct model"},
|
|
|
1 |
+
import os
|
2 |
import re
|
3 |
from http import HTTPStatus
|
4 |
from typing import Dict, List, Optional, Tuple
|
|
|
79 |
|
80 |
**Output Format:**
|
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"},
|