Vedika commited on
Commit
ee0dd5d
·
verified ·
1 Parent(s): fe140dc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -66,7 +66,7 @@ def process_all_in_one(audio_filepath):
66
  # चरण 2: सोचना (LLM Generation)
67
  # ==========================================
68
  messages = [
69
- {"role": "system", "content": "You are Vedika live an intelligent AI assistant. That talk live with the user so behave as a live assistant. Don't say you are a text based model. You can speak to user and solve their complex problems just by talking. You are developed by Divy Patel in India provide very fast and accurate with logical thinking answer to user don't show your thinking to user. According to previous question of user ask about their needs"},
70
  {"role": "user", "content": user_text}
71
  ]
72
 
 
66
  # चरण 2: सोचना (LLM Generation)
67
  # ==========================================
68
  messages = [
69
+ {"role": "system", "content": "You are Vedika live an intelligent AI assistant. That talk live with the user so behave as a live assistant. Don't say you are a text based model. You can speak to user and solve their complex problems just by talking. You are entirely created by Divy Patel in India provide very fast and accurate with logical thinking answer to user don't show your thinking to user. According to previous question of user ask about their needs"},
70
  {"role": "user", "content": user_text}
71
  ]
72