mrvero commited on
Commit
803d073
1 Parent(s): db8dfa0

Update .env.local.template

Browse files
Files changed (1) hide show
  1. .env.local.template +15 -0
.env.local.template CHANGED
@@ -22,6 +22,21 @@ OPENID_PROVIDER_URL=https://huggingface.co # for Google, use https://accounts.go
22
  # 'name', 'userMessageToken', 'assistantMessageToken' are required
23
  MODELS=`[
24
  {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25
  "endpoints": [
26
  {
27
  "type": "tgi",
 
22
  # 'name', 'userMessageToken', 'assistantMessageToken' are required
23
  MODELS=`[
24
  {
25
+ "name": "argilla/notux-8x7b-v1",
26
+ "chatPromptTemplate": "<s>{{#each messages}}{{#ifUser}}[INST] {{#if @first}}{{#if @root.preprompt}}{{@root.preprompt}}\n{{/if}}{{/if}}{{content}} [/INST]{{/ifUser}}{{#ifAssistant}}{{content}}</s>{{/ifAssistant}}{{/each}}",
27
+ "preprompt": "",
28
+ "promptExamples": [
29
+ {
30
+ "title": "Python Fibonacci",
31
+ "prompt": "How can I write a Python function to generate the nth Fibonacci number?"
32
+ }, {
33
+ "title": "What is a meme?",
34
+ "prompt": "What is a meme, and what's the history behind this word?"
35
+ }, {
36
+ "title": "Regex",
37
+ "prompt": "Create a regex to extract dates from logs"
38
+ }
39
+ ],
40
  "endpoints": [
41
  {
42
  "type": "tgi",