Spaces:
				
			
			
	
			
			
		Paused
		
	
	
	
			
			
	
	
	
	
		
		
		Paused
		
	Update .env.template (#643)
Browse files- .env.template +2 -2
 
    	
        .env.template
    CHANGED
    
    | 
         @@ -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. 
     | 
| 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
         
     | 
| 
         | 
|
| 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.3,
         
     | 
| 135 | 
         
             
                    "top_p": 0.95,
         
     | 
| 136 | 
         
             
                    "repetition_penalty": 1.2,
         
     | 
| 137 | 
         
             
                    "top_k": 50,
         
     | 
| 
         | 
|
| 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
         
     |