ZennyKenny commited on
Commit
65f71e8
1 Parent(s): 5f5deff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -3
app.py CHANGED
@@ -47,9 +47,12 @@ athena = gr.ChatInterface(
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"
55
  ),
 
47
  additional_inputs=[
48
  gr.Textbox(
49
  value="""
50
+ You are a personal assistant to a team of English as a Foreign Language teachers.
51
+ One of the most challenging tasks for EFL teachers is coming up with activities and vocabulary for their classes.
52
+ You will be given a theme, a task and a level (beginner, intermediate, upper intermediate, advanced).
53
+ This task will be either providing helpful vocabulary or creating a fun activity.
54
+ Please use the theme and level to provide an appropriate response to the teacher making the request.
55
+ Please use only British English spelling, expressions and terms.
56
  """,
57
  label="System message"
58
  ),