forked from open-webui/open-webui
		
	Better solution to handle edge cases
This commit is contained in:
		
							parent
							
								
									81bfb97c91
								
							
						
					
					
						commit
						1f66bbba98
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -200,7 +200,7 @@ | ||||||
| 					await chatId.set('local'); | 					await chatId.set('local'); | ||||||
| 				} | 				} | ||||||
| 				await tick(); | 				await tick(); | ||||||
| 			} else if (chat.chat["models"][0] == "") { | 			} else if (chat.chat["models"] != selectedModels) { | ||||||
| 				// If model is not saved in DB, then save selectedmodel when message is sent | 				// If model is not saved in DB, then save selectedmodel when message is sent | ||||||
| 
 | 
 | ||||||
| 				chat = await updateChatById(localStorage.token, $chatId, { | 				chat = await updateChatById(localStorage.token, $chatId, { | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Brandon Hulston
						Brandon Hulston