Skip to content

Commit 6022aed

Browse files
authored
Update .env.template (#643)
1 parent f8d73d1 commit 6022aed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.env.template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ MODELS=`[
131131
"preprompt": "",
132132
"chatPromptTemplate" : "<s>{{#each messages}}{{#ifUser}}[INST] {{#if @first}}{{#if @root.preprompt}}{{@root.preprompt}}\n{{/if}}{{/if}}{{content}} [/INST]{{/ifUser}}{{#ifAssistant}}{{content}}</s>{{/ifAssistant}}{{/each}}",
133133
"parameters": {
134-
"temperature": 0.6,
134+
"temperature": 0.3,
135135
"top_p": 0.95,
136136
"repetition_penalty": 1.2,
137137
"top_k": 50,
@@ -235,4 +235,4 @@ PUBLIC_GOOGLE_ANALYTICS_ID=G-8Q63TH4CSL
235235

236236
# Not part of the .env but set as other variables in the space
237237
# ADDRESS_HEADER=X-Forwarded-For
238-
# XFF_DEPTH=2
238+
# XFF_DEPTH=2

0 commit comments

Comments
 (0)