mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2024-12-24 06:36:37 +00:00
fixed internet response
This commit is contained in:
parent
85ccb269d9
commit
c5d9513cf2
@ -730,7 +730,7 @@ class LOLLMSWebUI(LOLLMSElfServer):
|
|||||||
ASCIIColors.warning(content)
|
ASCIIColors.warning(content)
|
||||||
else:
|
else:
|
||||||
ASCIIColors.red(content)
|
ASCIIColors.red(content)
|
||||||
|
|
||||||
def refresh_files(self, client_id=None):
|
def refresh_files(self, client_id=None):
|
||||||
run_async(partial(self.sio.emit,'refresh_files', to=client_id
|
run_async(partial(self.sio.emit,'refresh_files', to=client_id
|
||||||
)
|
)
|
||||||
@ -1193,7 +1193,7 @@ class LOLLMSWebUI(LOLLMSElfServer):
|
|||||||
self.cancel_gen = False
|
self.cancel_gen = False
|
||||||
|
|
||||||
# Send final message
|
# Send final message
|
||||||
if self.config.activate_internet_search:
|
if self.config.activate_internet_search or force_using_internet or generation_type == "full_context_with_internet":
|
||||||
from lollms.internet import get_favicon_url, get_root_url
|
from lollms.internet import get_favicon_url, get_root_url
|
||||||
sources_text = '<div class="mt-4 flex flex-wrap items-center gap-x-2 gap-y-1.5 text-sm ">'
|
sources_text = '<div class="mt-4 flex flex-wrap items-center gap-x-2 gap-y-1.5 text-sm ">'
|
||||||
sources_text += '<div class="text-gray-400 mr-10px">Sources:</div>'
|
sources_text += '<div class="text-gray-400 mr-10px">Sources:</div>'
|
||||||
|
Loading…
Reference in New Issue
Block a user