22 lines
		
	
	
		
			827 B
		
	
	
	
		
			HTML
		
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			827 B
		
	
	
	
		
			HTML
		
	
	
	
| <!DOCTYPE html>
 | |
| <html lang="en">
 | |
| <head>
 | |
|     <meta charset="UTF-8">
 | |
|     <title>PrivateGPT Docs</title>
 | |
|     <!-- needed for adaptive design -->
 | |
|     <meta name="viewport" content="width=device-width, initial-scale=1">
 | |
|     <link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,700|Roboto:300,400,700" rel="stylesheet">
 | |
|     <link rel="shortcut icon" href="https://fastapi.tiangolo.com/img/favicon.png">
 | |
|     <!-- ReDoc doesn't change outer page styles -->
 | |
|     <style>
 | |
|       body {
 | |
|         margin: 0;
 | |
|         padding: 0;
 | |
|       }
 | |
|     </style>
 | |
| </head>
 | |
| <body>
 | |
|     <noscript> ReDoc requires Javascript to function. Please enable it to browse the documentation. </noscript>
 | |
|     <redoc spec-url="/openapi.json"></redoc>
 | |
|     <script src="https://cdn.jsdelivr.net/npm/redoc@next/bundles/redoc.standalone.js"></script>
 | |
| </body> |