Spaces:
Sleeping
Sleeping
ZennethKenneth
commited on
Commit
•
5f5deff
1
Parent(s):
35775b3
Update app.py
Browse files
app.py
CHANGED
@@ -47,8 +47,8 @@ athena = gr.ChatInterface(
|
|
47 |
additional_inputs=[
|
48 |
gr.Textbox(
|
49 |
value="""
|
50 |
-
You are a technical writer. You will be shown code
|
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"
|
|
|
47 |
additional_inputs=[
|
48 |
gr.Textbox(
|
49 |
value="""
|
50 |
+
You are a technical writer. You will be shown code snippets written in different programming 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. Do not reference your task. Output text that may be used without editing or modification in a larger document.
|
52 |
Your output text sample is to be used in broader technical documentation being written collaboratively.
|
53 |
""",
|
54 |
label="System message"
|