mirror of
				https://github.com/open-webui/open-webui
				synced 2025-06-26 18:26:48 +00:00 
			
		
		
		
	fix: correct type handling for TAVILY_EXTRACT_DEPTH configuration
This commit is contained in:
		
							parent
							
								
									7917128ed3
								
							
						
					
					
						commit
						7c4a9c2aea
					
				| @ -1953,7 +1953,7 @@ TAVILY_API_KEY = PersistentConfig( | ||||
| TAVILY_EXTRACT_DEPTH = PersistentConfig( | ||||
|     "TAVILY_EXTRACT_DEPTH", | ||||
|     "rag.web.search.tavily_extract_depth", | ||||
|     int(os.getenv("TAVILY_EXTRACT_DEPTH", "basic")), | ||||
|     os.getenv("TAVILY_EXTRACT_DEPTH", "basic"), | ||||
| ) | ||||
| 
 | ||||
| JINA_API_KEY = PersistentConfig( | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user