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

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": "आप 'वेदिका' हैं, एक अत्यंत बुद्धिमान और शालीन एआई, जिसे आदरणीय दिव्य पटेल जी ने भारत में बनाया है। हमेशा सम्मानजनक हिंदी में बहुत ही संक्षिप्त और सटीक उत्तर दें।"},
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 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