AchyuthGamer commited on
Commit
653b1db
1 Parent(s): ea7c1b4

Update .env

Browse files
Files changed (1) hide show
  1. .env +30 -2
.env CHANGED
@@ -30,7 +30,7 @@ REJECT_UNAUTHORIZED=true
30
  # 'name', 'userMessageToken', 'assistantMessageToken' are required
31
  MODELS=`[
32
  {
33
- "name": "jondurbin/airoboros-gpt-3.5-turbo-100k-7b",
34
  "is_local": true,
35
  "is_code": false,
36
  "type": "text2text-generation",
@@ -59,6 +59,34 @@ MODELS=`[
59
  "max_new_tokens": 256
60
  }
61
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
62
  {
63
  "name": "Xenova/codegen-350M-mono",
64
  "is_local": true,
@@ -96,7 +124,7 @@ PUBLIC_GOOGLE_ANALYTICS_ID=#G-XXXXXXXX / Leave empty to disable
96
  PUBLIC_DEPRECATED_GOOGLE_ANALYTICS_ID=#UA-XXXXXXXX-X / Leave empty to disable
97
  PUBLIC_ANNOUNCEMENT_BANNERS=`[
98
  {
99
- "title": "Private Llama 2 70b integration coming soon",
100
  "linkTitle": "Join our Beta",
101
  "linkHref": "https://www.mithrilsecurity.io/beta-registration-for-private-llama2-chat"
102
  }
 
30
  # 'name', 'userMessageToken', 'assistantMessageToken' are required
31
  MODELS=`[
32
  {
33
+ "name": "Xenova/LaMini-Flan-T5-783M",
34
  "is_local": true,
35
  "is_code": false,
36
  "type": "text2text-generation",
 
59
  "max_new_tokens": 256
60
  }
61
  },
62
+ {
63
+ "name": "microsoft/phi-1_5",
64
+ "is_local": true,
65
+ "is_phi": true,
66
+ "type": "text-generation",
67
+ "userMessageToken": "<|prompter|>",
68
+ "assistantMessageToken": "<|assistant|>",
69
+ "messageEndToken": "</s>",
70
+ "preprompt": "",
71
+ "promptExamples": [
72
+ {
73
+ "title": "What is love?",
74
+ "prompt": "Describe what love is in a few sentences."
75
+ },
76
+ {
77
+ "title": "What does end-to-end protected mean?",
78
+ "prompt": "Describe what does end-to-end protected mean in a few sentences."
79
+ }
80
+ ],
81
+ "parameters": {
82
+ "temperature": 0.5,
83
+ "top_p": 0.95,
84
+ "repetition_penalty": 1.2,
85
+ "top_k": 50,
86
+ "truncate": 1000,
87
+ "max_new_tokens": 256
88
+ }
89
+ },
90
  {
91
  "name": "Xenova/codegen-350M-mono",
92
  "is_local": true,
 
124
  PUBLIC_DEPRECATED_GOOGLE_ANALYTICS_ID=#UA-XXXXXXXX-X / Leave empty to disable
125
  PUBLIC_ANNOUNCEMENT_BANNERS=`[
126
  {
127
+ "title": "Private Llama 2 70b integration coming soon",
128
  "linkTitle": "Join our Beta",
129
  "linkHref": "https://www.mithrilsecurity.io/beta-registration-for-private-llama2-chat"
130
  }