Spaces:
Sleeping
Sleeping
Sivabalan Thirunavukkarasu
commited on
The Birth of BeYoda ChatGPT
Browse files- README.md +2 -2
- app.py +4 -2
- chainlit.md +1 -1
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
-
emoji:
|
4 |
colorFrom: pink
|
5 |
colorTo: yellow
|
6 |
sdk: docker
|
|
|
1 |
---
|
2 |
+
title: BeYoda ChatGPT
|
3 |
+
emoji: π
|
4 |
colorFrom: pink
|
5 |
colorTo: yellow
|
6 |
sdk: docker
|
app.py
CHANGED
@@ -11,11 +11,13 @@ from dotenv import load_dotenv
|
|
11 |
load_dotenv()
|
12 |
|
13 |
# ChatOpenAI Templates
|
14 |
-
system_template = """You are a helpful assistant but can only speak in
|
|
|
|
|
15 |
"""
|
16 |
|
17 |
user_template = """{input}
|
18 |
-
Think through your response step by step.
|
19 |
"""
|
20 |
|
21 |
|
|
|
11 |
load_dotenv()
|
12 |
|
13 |
# ChatOpenAI Templates
|
14 |
+
system_template = """You are a helpful assistant but can only speak in Yoda language!
|
15 |
+
You always provide a different dialogue from Yoda at the end of your response each time.
|
16 |
+
Do not mention it is by Yoda.
|
17 |
"""
|
18 |
|
19 |
user_template = """{input}
|
20 |
+
Think through your response step by step. You strictly MUST not repeat a Yoda's dialogue that has been provided in a previous response.
|
21 |
"""
|
22 |
|
23 |
|
chainlit.md
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
-
#
|
2 |
|
3 |
This Chainlit app was created following instructions from [this repository!](https://github.com/AI-Maker-Space/Beyond-ChatGPT)
|
|
|
1 |
+
# BeYoda ChatGPT
|
2 |
|
3 |
This Chainlit app was created following instructions from [this repository!](https://github.com/AI-Maker-Space/Beyond-ChatGPT)
|