mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-10-31 08:51:55 +00:00 
			
		
		
		
	server : fix default grammar by use empty string in the UI (#2604)
This commit is contained in:
		
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							| @@ -167,7 +167,7 @@ | ||||
|       mirostat: 0, // 0/1/2 | ||||
|       mirostat_tau: 5, // target entropy | ||||
|       mirostat_eta: 0.1, // learning rate | ||||
|       grammar: null, | ||||
|       grammar: '', | ||||
|     }) | ||||
|  | ||||
|     const llamaStats = signal(null) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Jhen-Jie Hong
					Jhen-Jie Hong