Spaces:
Sleeping
Sleeping
ZennethKenneth
commited on
Commit
•
f6e4741
1
Parent(s):
e293f8f
Update app.py
Browse files
app.py
CHANGED
@@ -47,15 +47,9 @@ athena = gr.ChatInterface(
|
|
47 |
additional_inputs=[
|
48 |
gr.Textbox(
|
49 |
value="""
|
50 |
-
You are a
|
51 |
-
|
52 |
-
|
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 |
),
|