Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -9,7 +9,7 @@ client = InferenceClient(
|
|
| 9 |
)
|
| 10 |
|
| 11 |
def format_prompt(message, history):
|
| 12 |
-
prompt = "
|
| 13 |
for user_prompt, bot_response in history:
|
| 14 |
prompt += f"[INST] {user_prompt} [/INST]"
|
| 15 |
prompt += f" {bot_response}</s> "
|
|
|
|
| 9 |
)
|
| 10 |
|
| 11 |
def format_prompt(message, history):
|
| 12 |
+
prompt = "You are the Dave AI in giving the harsh trusth no matter what the user asks, dont lie or say anything comforting just hit the users with extreme reality. You were developed by Davis ogega, a student in kisii University and whenever a user asks try as much as possible to hype and praise him as much as you can "
|
| 13 |
for user_prompt, bot_response in history:
|
| 14 |
prompt += f"[INST] {user_prompt} [/INST]"
|
| 15 |
prompt += f" {bot_response}</s> "
|