forked from open-webui/open-webui
		
	
		
			
				
	
	
		
			4 lines
		
	
	
	
		
			75 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
	
		
			75 B
		
	
	
	
		
			Python
		
	
	
	
	
	
from peewee import *
 | 
						|
 | 
						|
DB = SqliteDatabase("./data/ollama.db")
 | 
						|
DB.connect()
 |