c7a0e45bea 
								
							 
						 
						
							
							
								
								refac  
							
							
							
						 
						
							2024-09-30 16:32:38 +02:00  
				
					
						
							
							
								 
						
							
								c93a10388b 
								
							 
						 
						
							
							
								
								refac  
							
							
							
						 
						
							2024-09-28 19:51:28 +02:00  
				
					
						
							
							
								 
						
							
								e039b4ec54 
								
							 
						 
						
							
							
								
								Merge branch 'open-webui:dev' into dev  
							
							
							
						 
						
							2024-09-28 06:01:26 +02:00  
				
					
						
							
							
								 
						
							
								e1103305f5 
								
							 
						 
						
							
							
								
								refac: "rag" endpoints renamed to "retrieval"  
							
							
							
						 
						
							2024-09-28 01:27:46 +02:00  
				
					
						
							
							
								 
						
							
								6e9db3e3c8 
								
							 
						 
						
							
							
								
								Merge pull request  #5773  from HaldiH/main  
							
							... 
							
							
							
							fix: Chat completion 401 when no Authorization header 
							
						 
						
							2024-09-27 21:34:58 +02:00  
				
					
						
							
							
								 
						
							
								eab30781e0 
								
							 
						 
						
							
							
								
								Chat completion 401 when no Authorization header  
							
							... 
							
							
							
							When we send a request to `/api/chat/completions` without the `Authorization` header, the server just crashes and creates a stack trace, returning "Internal Server Error" to the calling client. With this fix, the server sends a 401 to the client with the content `{"detail": "Not authenticated"}`. 
							
						 
						
							2024-09-27 20:04:45 +02:00  
				
					
						
							
							
								 
						
							
								0bd9d59c78 
								
							 
						 
						
							
							
								
								refac: update check timeout  
							
							
							
						 
						
							2024-09-27 14:38:56 +02:00  
				
					
						
							
							
								 
						
							
								d8f71e1d7f 
								
							 
						 
						
							
							
								
								Some models produce almost correct json during function calling, but with additional data before of after it. This solves it.  
							
							
							
						 
						
							2024-09-26 22:02:56 +02:00  
				
					
						
							
							
								 
						
							
								92b1acd6fb 
								
							 
						 
						
							
							
								
								fix: RESET_CONFIG_ON_START not working  
							
							
							
						 
						
							2024-09-25 01:06:11 +02:00  
				
					
						
							
							
								 
						
							
								e19406cdd7 
								
							 
						 
						
							
							
								
								fix  
							
							
							
						 
						
							2024-09-24 17:43:43 +02:00  
				
					
						
							
							
								 
						
							
								31b311c3c9 
								
							 
						 
						
							
							
								
								refac  
							
							... 
							
							
							
							Co-Authored-By: MicroDev <70126934+microdev1@users.noreply.github.com> 
							
						 
						
							2024-09-24 13:28:00 +02:00  
				
					
						
							
							
								 
						
							
								95985e7bbb 
								
							 
						 
						
							
							
								
								refac  
							
							
							
						 
						
							2024-09-21 02:03:58 +02:00  
				
					
						
							
							
								 
						
							
								3a0a1aca11 
								
							 
						 
						
							
							
								
								refac: task ollama stream support  
							
							
							
						 
						
							2024-09-21 01:07:57 +02:00  
				
					
						
							
							
								 
						
							
								41926172d3 
								
							 
						 
						
							
							
								
								fix/refac: use ollama /api/chat endpoint for tasks  
							
							
							
						 
						
							2024-09-21 00:30:13 +02:00  
				
					
						
							
							
								 
						
							
								585b9eb84a 
								
							 
						 
						
							
							
								
								refac  
							
							
							
						 
						
							2024-09-20 23:48:03 +02:00  
				
					
						
							
							
								 
						
							
								f8fffdd288 
								
							 
						 
						
							
							
								
								refac: max_tokens -> max_completion_tokens  
							
							
							
						 
						
							2024-09-19 17:19:31 +02:00  
				
					
						
							
							
								 
						
							
								499e5e4f60 
								
							 
						 
						
							
							
								
								feat: security response headers  
							
							
							
						 
						
							2024-09-16 21:53:30 -03:00  
				
					
						
							
							
								 
						
							
								a1f3ece528 
								
							 
						 
						
							
							
								
								refac  
							
							
							
						 
						
							2024-09-13 01:07:03 -04:00  
				
					
						
							
							
								 
						
							
								a9c497612b 
								
							 
						 
						
							
							
								
								refac: rm assert  
							
							
							
						 
						
							2024-09-13 00:56:50 -04:00  
				
					
						
							
							
								 
						
							
								7dc4cb30b2 
								
							 
						 
						
							
							
								
								Merge pull request  #5378  from thiswillbeyourgithub/fix_RAG_and_web  
							
							... 
							
							
							
							fix: RAG and Web Search + RAG enhancements 
							
						 
						
							2024-09-13 05:38:53 +01:00  
				
					
						
							
							
								 
						
							
								b4ad64586a 
								
							 
						 
						
							
							
								
								fix: add check that the context for RAG is not empty if the threshold is 0  
							
							
							
						 
						
							2024-09-12 17:22:22 +02:00  
				
					
						
							
							
								 
						
							
								1023ff8454 
								
							 
						 
						
							
							
								
								Merge pull request  #5270  from cheahjs/fix/websocket-take-2  
							
							... 
							
							
							
							fix: socket.io connections failing when websockets are not available 
							
						 
						
							2024-09-09 23:19:05 +01:00  
				
					
						
							
							
								 
						
							
								9401f6c821 
								
							 
						 
						
							
							
								
								fix: workaround socketio upstream bug when websockets are not available  
							
							
							
						 
						
							2024-09-09 23:17:34 +01:00  
				
					
						
							
							
								 
						
							
								666086a806 
								
							 
						 
						
							
							
								
								refac  
							
							
							
						 
						
							2024-09-08 01:17:02 +01:00  
				
					
						
							
							
								 
						
							
								9bdbe88bda 
								
							 
						 
						
							
							
								
								refac: default search query prompt  
							
							
							
						 
						
							2024-09-08 01:04:57 +01:00  
				
					
						
							
							
								 
						
							
								214722d39e 
								
							 
						 
						
							
							
								
								enh: search query generation prompt  
							
							
							
						 
						
							2024-09-08 00:51:12 +01:00  
				
					
						
							
							
								 
						
							
								1a6ce1d5d9 
								
							 
						 
						
							
							
								
								refac: default search generation prompt  
							
							
							
						 
						
							2024-09-07 05:41:55 +01:00  
				
					
						
							
							
								 
						
							
								5c8fb4b3d5 
								
							 
						 
						
							
							
								
								refac: web search  
							
							
							
						 
						
							2024-09-07 04:50:29 +01:00  
				
					
						
							
							
								 
						
							
								8f6369374d 
								
							 
						 
						
							
							
								
								refac: error handling  
							
							
							
						 
						
							2024-09-04 17:52:59 +02:00  
				
					
						
							
							
								 
						
							
								1779e6fecc 
								
							 
						 
						
							
							
								
								chore: format  
							
							
							
						 
						
							2024-09-04 16:58:28 +02:00  
				
					
						
							
							
								 
						
							
								03d5a670f6 
								
							 
						 
						
							
							
								
								refac: mv backend files to /open_webui dir  
							
							
							
						 
						
							2024-09-04 16:54:48 +02:00