forked from open-webui/open-webui
feat: chat import to backend added
This commit is contained in:
parent
cc9e299814
commit
a696698ac8
6 changed files with 248 additions and 176 deletions
|
@ -66,8 +66,6 @@ def proxy(path):
|
|||
headers.pop("Origin", None)
|
||||
headers.pop("Referer", None)
|
||||
|
||||
print(headers)
|
||||
|
||||
try:
|
||||
# Make a request to the target server
|
||||
r = requests.request(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue