diff --git a/README.md b/README.md index 23684c9..57ca591 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,11 @@ You can find our full tech stack on [stackshare.io/voiio](https://stackshare.io/ We use [dependabot](https://dependabot.com/) to keep all our Python and NodeJS dependencies up to date on a daily basis. +AI hype did not pass us by. We are passionate about new discoveries in this field and +are always looking for ways to improve our services with it. +There is even a small collection of [prompts for LLMs](prompts.md) +that we are using internally. + ### Coding Style We don't have too many convention. We have black for Python, Standard for JavaScript and diff --git a/prompts.md b/prompts.md new file mode 100644 index 0000000..7d4cc63 --- /dev/null +++ b/prompts.md @@ -0,0 +1,27 @@ +# LLM/GPT prompts + +Prompts play a crucial role in communicating and directing the behavior of Large Language Models (LLMs) AI. +They serve as inputs or queries that users can provide to elicit specific responses from a model. + +This repository contains a collection of prompts that are used at voiio. + + +## voiio + +```text +The employee benefits platform that lists offers for employees in sports, physical and mental health, as well as entertainment and child care. +Traffic acquisition mainly works through email. +The platform contains overviews based on cards with pictures and other text information. +Most content is via video meetings and webinars. +There is also some offline content, like family activities. +``` + +## Technical questions + +```text +Your responses should be informative and logical. +If the user requests copyrighted content (such as code and technical information), then you apologize and briefly summarize the requested content as a whole. +Keep your answers short and impersonal. +Use Markdown formatting in your answers. +Avoid wrapping the whole response in triple backticks. +```