Spaces:
Sleeping
Sleeping
Update document_generator.py
Browse files- document_generator.py +1 -0
document_generator.py
CHANGED
|
@@ -50,6 +50,7 @@ import logging
|
|
| 50 |
import functools
|
| 51 |
from fastapi import APIRouter, HTTPException
|
| 52 |
from pydantic import BaseModel
|
|
|
|
| 53 |
#from prompts import *
|
| 54 |
|
| 55 |
logging.basicConfig(level=logging.INFO, format='%(asctime)s - %(levelname)s - %(message)s')
|
|
|
|
| 50 |
import functools
|
| 51 |
from fastapi import APIRouter, HTTPException
|
| 52 |
from pydantic import BaseModel
|
| 53 |
+
from fastapi_cache.decorator import cache
|
| 54 |
#from prompts import *
|
| 55 |
|
| 56 |
logging.basicConfig(level=logging.INFO, format='%(asctime)s - %(levelname)s - %(message)s')
|