mirror of
https://github.com/zylon-ai/private-gpt.git
synced 2025-12-22 23:22:57 +01:00
Updated with new Basemodel for Audit
This commit is contained in:
parent
8271fedb78
commit
edd55a5dcc
5 changed files with 46 additions and 17 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue