mirror of
https://github.com/zylon-ai/private-gpt.git
synced 2025-12-22 23:22:57 +01:00
update schemas suitable for file upload
This commit is contained in:
parent
f7de7c3b54
commit
2008837110
12 changed files with 77 additions and 21 deletions
|
|
@ -162,7 +162,7 @@ async def prompt_completion(
|
|||
action='Chat',
|
||||
details={
|
||||
"query": body.prompt,
|
||||
'user': current_user.fullname,
|
||||
'user': current_user.username,
|
||||
},
|
||||
user_id=current_user.id
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue