Commit 
							
							·
						
						3e7b872
	
1
								Parent(s):
							
							ba5efb4
								
fix: default top-p value
Browse files- index.html +1 -1
 
    	
        index.html
    CHANGED
    
    | 
         @@ -63,7 +63,7 @@ 
     | 
|
| 63 | 
         
             
                      <div class="form-group">
         
     | 
| 64 | 
         
             
                        <label for="top_p"
         
     | 
| 65 | 
         
             
                          >Top-p:
         
     | 
| 66 | 
         
            -
                          <span id="top_p-value" class="range-value">0. 
     | 
| 67 | 
         
             
                        >
         
     | 
| 68 | 
         
             
                        <input
         
     | 
| 69 | 
         
             
                          type="range"
         
     | 
| 
         | 
|
| 63 | 
         
             
                      <div class="form-group">
         
     | 
| 64 | 
         
             
                        <label for="top_p"
         
     | 
| 65 | 
         
             
                          >Top-p:
         
     | 
| 66 | 
         
            +
                          <span id="top_p-value" class="range-value">0.00</span></label
         
     | 
| 67 | 
         
             
                        >
         
     | 
| 68 | 
         
             
                        <input
         
     | 
| 69 | 
         
             
                          type="range"
         
     |