Skip to content

the url in chatbot response can not be rendered #19

Description

@zhaozh10

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions