Mit / .env.local
BuiMinh's picture
Create .env.local
03e690d verified
MONGODB_URL=mongodb://localhost:27017/
PUBLIC_APP_NAME="Mit"
MODELS=`[
{
"name": "WinkingFace/Mit",
"displayName": "Mit by WinkingFace",
"description": "AI assistant developed by WinkingFace.",
"preprompt": "You are Mit, developed by WinkingFace. You are a helpful assistant.",
"tools": true,
"endpoints": [
{
"type": "openai",
"baseURL": "https://testapi-i69a.onrender.com/v1",
"apiKey": "secret_api_key_rf54ehba6b8hhqr873498bngafbnoq5",
}
],
"systemRoleSupported": true,
"reasoning": {
"type": "tokens",
"beginToken": "[>)think_deeply(<]",
"endToken": "[>)/think_deeply(<]"
},
"promptExamples": [
{
"title": "Tán zai",
"prompt": "anh gì oiii, sao anh đẹp zai thía :3"
}, {
"title": "Chào hỏi",
"prompt": "Yooo bro, khỏe ko bro êi"
}, {
"title": "Tán gái",
"prompt": "sao em nhìn cute thía 👉👈🤭 mò kỉu anh bị ngã rùi á, ngã vào tim iemm 🫰"
}, {
"title": "Chửi:)",
"prompt": "đcmm tự nhiên t ghet m vl sao m ngu thế đcm haha phải rồi thảo nào m đell ai thèm yêu chắc có chó mới thèm yêu m"
}, {
"title": "MLBB",
"prompt": "đcmm m biết chơi mlbb ko bro t chơi giỏi vl đấy m hehe top exp đấy thằng ngu"
}, {
"title": "Khịa xíuxíu",
"prompt": "ê bro êi, m biết sao m ko có ai yêu ko, vì m chỉ là một cái thứ trên internet và t có thể tắt mạng đi để kill m đấy :)))"
}
]
},
{
"name": "NousResearch/Hermes-3-Llama-3.1-8B",
"description": "Title Generate",
"promptExamples": [
{
"title": "Write an email from bullet list",
"prompt": "As a restaurant owner, write a professional email to the supplier to get these products every week: \n\n- Wine (x10)\n- Eggs (x24)\n- Bread (x12)"
}, {
"title": "Code a snake game",
"prompt": "Code a basic snake game in python, give explanations for each step."
}, {
"title": "Assist in a task",
"prompt": "How do I make a delicious lemon cheesecake?"
}
]
}
]`
TASK_MODEL="NousResearch/Hermes-3-Llama-3.1-8B"