Updated with new Basemodel for Audit

This commit is contained in:
Saurab-Shrestha 2024-02-25 14:46:12 +05:45
parent 8271fedb78
commit edd55a5dcc
5 changed files with 46 additions and 17 deletions

View file

@ -106,7 +106,6 @@ def prompt_completion(
db: Session = Depends(deps.get_db),
current_user: models.User = Security(
deps.get_current_user,
deps.get_active_subscription,
),
) -> OpenAICompletion | StreamingResponse:
try: