Gpt4All-webui
Gpt4All-webui copied to clipboard
the url in chatbot response can not be rendered
I replace llama as ChatGPT and tried to return a web link in its response like this
query="interested_thing"
neede_site="some_web_site"
response = self.chat_with_gpt(message)
response = response+f"Tips:information based on <a href={needed_site}>{query}</a>"
Unfortunately, it just show plain text in the web ui, any ideas?