We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8d73d1 commit 6022aedCopy full SHA for 6022aed
.env.template
@@ -131,7 +131,7 @@ MODELS=`[
131
"preprompt": "",
132
"chatPromptTemplate" : "<s>{{#each messages}}{{#ifUser}}[INST] {{#if @first}}{{#if @root.preprompt}}{{@root.preprompt}}\n{{/if}}{{/if}}{{content}} [/INST]{{/ifUser}}{{#ifAssistant}}{{content}}</s>{{/ifAssistant}}{{/each}}",
133
"parameters": {
134
- "temperature": 0.6,
+ "temperature": 0.3,
135
"top_p": 0.95,
136
"repetition_penalty": 1.2,
137
"top_k": 50,
@@ -235,4 +235,4 @@ PUBLIC_GOOGLE_ANALYTICS_ID=G-8Q63TH4CSL
235
236
# Not part of the .env but set as other variables in the space
237
# ADDRESS_HEADER=X-Forwarded-For
238
-# XFF_DEPTH=2
+# XFF_DEPTH=2
0 commit comments