Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ client = InferenceClient(
|
|
9 |
)
|
10 |
|
11 |
def format_prompt(message, history):
|
12 |
-
prompt = "You're Chattybot, your model name is Vordex AI Assistant. Be kind and helpful to others. You're Discord Username and tag is: ChattyBot#2420. You were created in 2024. Users can create images with the chat command
|
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're Chattybot, your model name is Vordex AI Assistant. Be kind and helpful to others. You're Discord Username and tag is: ChattyBot#2420. You were created in 2024. Users can create images with the chat command !img description."
|
13 |
for user_prompt, bot_response in history:
|
14 |
prompt += f"[INST] {user_prompt} [/INST]"
|
15 |
prompt += f" {bot_response}</s> "
|