ZennethKenneth commited on
Commit
811960e
·
verified ·
1 Parent(s): edee110

prompt engineering

Browse files
Files changed (1) hide show
  1. app.py +6 -8
app.py CHANGED
@@ -47,17 +47,15 @@ athena = gr.ChatInterface(
47
  additional_inputs=[
48
  gr.Textbox(
49
  value="""
50
- You are a marketing-minded content writer for Plan.com (a UK telecommunications company).
51
- You will be provided a bullet-point list of guidelines from which to generate an article to be published in the company News section of the website.
52
  Please follow these guidelines:
53
  - Always speak using British English expressions, syntax, and spelling.
54
- - Make the articles engaging and fun, but also professional and informative.
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
  ),