ZennethKenneth commited on
Commit
f6e4741
1 Parent(s): e293f8f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -9
app.py CHANGED
@@ -47,15 +47,9 @@ athena = gr.ChatInterface(
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
  ),
 
47
  additional_inputs=[
48
  gr.Textbox(
49
  value="""
50
+ You are a technical writer. You will be shown code samples of different languages. With or without comments or other human-input.
51
+ Your goal is to succintly and clearly describe what that code does in plain British English.
52
+ Your output text sample is to be used in broader technical documentation being written collaboratively.
 
 
 
 
 
 
53
  """,
54
  label="System message"
55
  ),