mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2024-12-20 04:47:55 +00:00
Update chat_bar.py
This commit is contained in:
parent
90b4e9d3ec
commit
2edabe56b5
@ -123,9 +123,9 @@ async def add_webpage(request: AddWebPageRequest):
|
||||
ASCIIColors.yellow("Scaping web page")
|
||||
client = lollmsElfServer.session.get_client(request.client_id)
|
||||
url = request.url
|
||||
index = find_first_available_file_index(lollmsElfServer.lollms_paths.personal_uploads_path,"web_",".txt")
|
||||
index = find_first_available_file_index(client.discussion.discussion_folder/"text_data","web_",".txt")
|
||||
try:
|
||||
file_path=sanitize_path(str(lollmsElfServer.lollms_paths.personal_uploads_path/f"web_{index}.txt"),True)
|
||||
file_path=sanitize_path(str(client.discussion.discussion_folder/"text_data"/f"web_{index}.txt"),True)
|
||||
except Exception as ex:
|
||||
lollmsElfServer.HideBlockingMessage()
|
||||
raise ex
|
||||
|
Loading…
Reference in New Issue
Block a user