forked from open-webui/open-webui
		
	refac: confusing ollama proxy route path
This commit is contained in:
		
							parent
							
								
									fe19f125d4
								
							
						
					
					
						commit
						20263f742a
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		|  | @ -104,7 +104,7 @@ async def auth_middleware(request: Request, call_next): | |||
| app.mount("/api/v1", webui_app) | ||||
| app.mount("/litellm/api", litellm_app) | ||||
| 
 | ||||
| app.mount("/ollama/api", ollama_app) | ||||
| app.mount("/ollama", ollama_app) | ||||
| app.mount("/openai/api", openai_app) | ||||
| 
 | ||||
| app.mount("/images/api/v1", images_app) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Timothy J. Baek
						Timothy J. Baek