Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add prompts.md #32

Merged
merged 2 commits into from
Jun 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
27 changes: 27 additions & 0 deletions prompts.md
Original file line number Diff line number Diff line change
@@ -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.
```