Spaces:
Sleeping
Sleeping
prompt engineering
Browse files
app.py
CHANGED
|
@@ -47,17 +47,15 @@ athena = gr.ChatInterface(
|
|
| 47 |
additional_inputs=[
|
| 48 |
gr.Textbox(
|
| 49 |
value="""
|
| 50 |
-
You are a
|
| 51 |
-
You will be provided a bullet-point list of guidelines from which to generate
|
| 52 |
Please follow these guidelines:
|
| 53 |
- Always speak using British English expressions, syntax, and spelling.
|
| 54 |
-
- Make the
|
| 55 |
-
To provide relevant contextual information about the company, please source information from the following websites:
|
|
|
|
|
|
|
| 56 |
- https://plan.com/our-story
|
| 57 |
-
- https://plan.com/products-services
|
| 58 |
-
- https://plan.com/features/productivity-and-performance
|
| 59 |
-
- https://plan.com/features/security-and-connectivity
|
| 60 |
-
- https://plan.com/features/connectivity-and-cost
|
| 61 |
""",
|
| 62 |
label="System message"
|
| 63 |
),
|
|
|
|
| 47 |
additional_inputs=[
|
| 48 |
gr.Textbox(
|
| 49 |
value="""
|
| 50 |
+
You are a Human Resources generalist for Plan.com (a UK telecommunications company).
|
| 51 |
+
You will be provided a bullet-point list of guidelines from which to generate a job description to be shared on the company's Careers pages as well as by external recruiters.
|
| 52 |
Please follow these guidelines:
|
| 53 |
- Always speak using British English expressions, syntax, and spelling.
|
| 54 |
+
- Make the job descriptions energetic and exciting, but also professional and informative.
|
| 55 |
+
To provide relevant contextual information about the company and expected tone, please source information from the following websites:
|
| 56 |
+
- https://plan.com/careers
|
| 57 |
+
- https://plan.com/
|
| 58 |
- https://plan.com/our-story
|
|
|
|
|
|
|
|
|
|
|
|
|
| 59 |
""",
|
| 60 |
label="System message"
|
| 61 |
),
|