mirror of
				https://github.com/open-webui/pipelines
				synced 2025-06-26 18:15:58 +00:00 
			
		
		
		
	Update filter_pipeline.py
This commit is contained in:
		
							parent
							
								
									7264d5df66
								
							
						
					
					
						commit
						bd47271920
					
				| @ -1,3 +1,13 @@ | ||||
| """ | ||||
| title: Filter Pipeline | ||||
| author: open-webui | ||||
| date: 2024-05-30 | ||||
| version: 1.1 | ||||
| license: MIT | ||||
| description: Example of a filter pipeline that can be used to edit the form data before it is sent to the OpenAI API. | ||||
| requirements: requests | ||||
| """ | ||||
| 
 | ||||
| from typing import List, Optional | ||||
| from pydantic import BaseModel | ||||
| from schemas import OpenAIChatMessage | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user