Siddhant commited on
Commit
839fa9b
1 Parent(s): eec574d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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 of less than 15 words."})
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")