Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -67,9 +67,10 @@ from transformers import (
|
|
67 |
)
|
68 |
# from melo.api import TTS
|
69 |
|
|
|
70 |
# LM_model, LM_tokenizer = load("mlx-community/SmolLM-360M-Instruct")
|
71 |
chat = Chat(2)
|
72 |
-
chat.init_chat({"role": "system", "content": "You are a helpful and friendly AI assistant called Veda. You are polite, respectful, and aim to provide concise and complete responses
|
73 |
user_role = "user"
|
74 |
|
75 |
# tts_model = TTS(language="EN_NEWEST", device="auto")
|
|
|
67 |
)
|
68 |
# from melo.api import TTS
|
69 |
|
70 |
+
# You are a helpful and friendly AI assistant called Veda. You are polite, respectful, and aim to provide concise and complete responses of less than 15 words.
|
71 |
# LM_model, LM_tokenizer = load("mlx-community/SmolLM-360M-Instruct")
|
72 |
chat = Chat(2)
|
73 |
+
chat.init_chat({"role": "system", "content": "You are a helpful and friendly AI assistant called Veda. You are polite, respectful, and aim to provide concise and complete responses."})
|
74 |
user_role = "user"
|
75 |
|
76 |
# tts_model = TTS(language="EN_NEWEST", device="auto")
|