Skip to content

Commit

Permalink
fixed text
Browse files Browse the repository at this point in the history
  • Loading branch information
beingkk committed Dec 21, 2023
1 parent 1086216 commit 0c77885
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion signals_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ def signals_bot(sidebar: bool = True) -> None:

st.title("Personalised Futures: A Chatbot's Take on Nesta's Signals")
st.markdown(
"Undoubtedly, the rise of generative artificial intelligence (AI) has been one of the main trends of 2023, with 'ChatGPT' chosen as [the word of the year](https://www.economist.com/culture/2023/12/07/our-word-of-the-year-for-2023) by *The Economist*. Reflecting on this trend, we have built an experimental generative AI chatbot of our own to help you engage more deeply with Nesta’s Signals.\n\nThis is an experiment in creating a more interactive reading experience using 2023’s big new technology. Our chatbot Scout will try to relate this year’s Signals to you and your life. You can provide a little information about yourself and Scout will try to come up with ways that these Signals might be relevant to your life.\n\nAs such, it is also a signal of the potential new ways we might interact with information in the future, with customised bots helping us explore and synthesise reams of written text, data, charts and videos to find what matters the most to us.\n\n*The chatbot uses OpenAI's GPT-4, a cutting-edge AI model. Conversations aren't saved, and OpenAI claims not to use the data. **Nonetheless, please do not share any information that could identify you or that is sensitive or confidential.** Please remember, this is an experimental chatbot; it can make mistakes and ‘hallucinate’ - [another word of the year](https://www.cam.ac.uk/research/news/cambridge-dictionary-names-hallucinate-word-of-the-year-2023) - or show biases despite our efforts to instruct it to be inclusive and sensitive. After trying out the chatbot, we invite you to leave us feedback using [this form](https://forms.gle/UWcnpgKg9WG7JmPt5).*", # noqa: B950
"Undoubtedly, the rise of generative artificial intelligence (AI) has been one of the main trends of 2023, with 'ChatGPT' chosen as [the word of the year](https://www.economist.com/culture/2023/12/07/our-word-of-the-year-for-2023) by *The Economist*. Reflecting on this trend, we have built an experimental generative AI chatbot of our own to help you engage more deeply with Nesta’s Signals.\n\nThis is an experiment in creating a more interactive reading experience using 2023’s big new technology. Our chatbot Scout will try to relate this year’s Signals to you and your life. You can provide a little information about yourself and Scout will try to come up with ways that these Signals might be relevant to you.\n\nAs such, it is also a signal of the potential new ways we might interact with information in the future, with customised bots helping us explore and synthesise reams of written text, data, charts and videos to find what matters the most to us.\n\n*The chatbot uses OpenAI's GPT-4, a cutting-edge AI model. Nesta does not save the conversations, and OpenAI claims to delete all data in 30 days. **Nonetheless, please do not share any information that could identify you or that is sensitive or confidential.** Please remember, this is an experimental chatbot; it can make mistakes and ‘hallucinate’ - [another word of the year](https://www.cam.ac.uk/research/news/cambridge-dictionary-names-hallucinate-word-of-the-year-2023) - or show biases despite our efforts to instruct it to be inclusive and sensitive. After trying out the chatbot, we invite you to leave us feedback using [this form](https://forms.gle/UWcnpgKg9WG7JmPt5).*", # noqa: B950
unsafe_allow_html=True, # noqa: B950
) # noqa: B950

Expand Down
2 changes: 1 addition & 1 deletion src/genai/sandbox/signals/data/01_intro.jsonl
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{"role": "assistant", "content": "Hi, I’m Scout, Discovery Hub’s experimental AI assistant which helps people explore and interpret signals about the future. ✨"}
{"role": "assistant", "content": "This year we have collected signals about a variety of topics, from 🏥 virtual hospital wards and 🧠 neuroprivacy to ⚡ space solar power and 🧪 data poisoning."}
{"role": "assistant", "content": "Tell me one or two things about you and your interests, so that I can suggest which future signals might be the most relevant to you!"}
{"role": "assistant", "content": "Tell me one or two things about you and your interests, so that I can suggest which future signals might be the most relevant to you! You can always refresh your browser to restart the conversation."}

0 comments on commit 0c77885

Please sign in to comment.