Spaces:
Running
Running
Amlan-109
feat: Initial commit of LocalAI Amlan Edition with premium branding and personalization
750bbe6 | - name: list1 | |
| parameters: | |
| model: testmodel.ggml | |
| top_p: 80 | |
| top_k: 0.9 | |
| temperature: 0.1 | |
| context_size: 200 | |
| stopwords: | |
| - "HUMAN:" | |
| - "### Response:" | |
| roles: | |
| user: "HUMAN:" | |
| system: "GPT:" | |
| template: | |
| completion: completion | |
| chat: ggml-gpt4all-j | |
| - name: list2 | |
| parameters: | |
| top_p: 80 | |
| top_k: 0.9 | |
| temperature: 0.1 | |
| model: testmodel.ggml | |
| context_size: 200 | |
| stopwords: | |
| - "HUMAN:" | |
| - "### Response:" | |
| roles: | |
| user: "HUMAN:" | |
| system: "GPT:" | |
| template: | |
| completion: completion | |
| chat: ggml-gpt4all-j |