forked from open-webui/open-webui
		
	refac: stream default value
This commit is contained in:
		
							parent
							
								
									c569280806
								
							
						
					
					
						commit
						e86db74333
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -709,7 +709,7 @@ class GenerateChatCompletionForm(BaseModel): | |||
|     format: Optional[str] = None | ||||
|     options: Optional[dict] = None | ||||
|     template: Optional[str] = None | ||||
|     stream: Optional[bool] = True | ||||
|     stream: Optional[bool] = None | ||||
|     keep_alive: Optional[Union[int, str]] = None | ||||
| 
 | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Timothy J. Baek
						Timothy J. Baek