Skip to content

Commit

Permalink
Add prompts.md (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
amureki authored Jun 14, 2023
1 parent 6f0d08b commit 712702e
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
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.
```

0 comments on commit 712702e

Please sign in to comment.