Spaces:
Build error
Build error
Commit
·
d4273dd
1
Parent(s):
55951fe
chore: updated name and added website url of neural-chat-7b-v3-1-gguf
Browse files- .env.local.template +3 -2
.env.local.template
CHANGED
@@ -39,8 +39,9 @@ MODELS=`[
|
|
39 |
}]
|
40 |
},
|
41 |
{
|
42 |
-
"name": "neural-chat-
|
43 |
"id": "neural-chat-7b-v3-1-gguf",
|
|
|
44 |
"parameters": {
|
45 |
"temperature": 0.9,
|
46 |
"top_p": 0.95,
|
@@ -55,7 +56,7 @@ MODELS=`[
|
|
55 |
"type" : "openai",
|
56 |
"baseURL": "https://limcheekin-neural-chat-7b-v3-1-gguf.hf.space/v1"
|
57 |
}]
|
58 |
-
}
|
59 |
]`
|
60 |
|
61 |
OLD_MODELS=`[]`# any removed models, `{ name: string, displayName?: string, id?: string }`
|
|
|
39 |
}]
|
40 |
},
|
41 |
{
|
42 |
+
"name": "TheBloke/neural-chat-7B-v3-1-GGUF",
|
43 |
"id": "neural-chat-7b-v3-1-gguf",
|
44 |
+
"websiteUrl": "https://huggingface.co/spaces/limcheekin/neural-chat-7B-v3-1-GGUF",
|
45 |
"parameters": {
|
46 |
"temperature": 0.9,
|
47 |
"top_p": 0.95,
|
|
|
56 |
"type" : "openai",
|
57 |
"baseURL": "https://limcheekin-neural-chat-7b-v3-1-gguf.hf.space/v1"
|
58 |
}]
|
59 |
+
}
|
60 |
]`
|
61 |
|
62 |
OLD_MODELS=`[]`# any removed models, `{ name: string, displayName?: string, id?: string }`
|