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