Gpt4All-webui icon indicating copy to clipboard operation
Gpt4All-webui copied to clipboard

the url in chatbot response can not be rendered

Open zhaozh10 opened this issue 1 year ago • 0 comments

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?

zhaozh10 avatar Apr 12 '23 16:04 zhaozh10