Spaces:
				
			
			
	
			
			
		Runtime error
		
	
	
	
			
			
	
	
	
	
		
		
		Runtime error
		
	Enabled streaming option in the Playground Options component.
Browse files
    	
        src/lib/components/Playground/PlaygroundOptions.svelte
    CHANGED
    
    | @@ -3,6 +3,7 @@ | |
| 3 | 
             
            	export let currentModel = compatibleModels[0];
         | 
| 4 | 
             
            	export let temperature = 0.5;
         | 
| 5 | 
             
            	export let maxTokens = 32000;
         | 
|  | |
| 6 | 
             
            </script>
         | 
| 7 |  | 
| 8 | 
             
            <div>
         | 
|  | |
| 3 | 
             
            	export let currentModel = compatibleModels[0];
         | 
| 4 | 
             
            	export let temperature = 0.5;
         | 
| 5 | 
             
            	export let maxTokens = 32000;
         | 
| 6 | 
            +
            	export let streaming = true;
         | 
| 7 | 
             
            </script>
         | 
| 8 |  | 
| 9 | 
             
            <div>
         | 

