redfernstech commited on
Commit
bd4cb03
·
verified ·
1 Parent(s): 38d31d1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -198,7 +198,7 @@ async def chat(request: MessageRequest):
198
  elif language == "te-IN":
199
  language=" Telugu"
200
  print("Language is Telugu.")
201
- message=message+"give me answer in this language only "+language
202
  response = handle_query(message) # Process the message
203
  # Extract the language field
204
  # Print or log the language
 
198
  elif language == "te-IN":
199
  language=" Telugu"
200
  print("Language is Telugu.")
201
+ message = f"{message} Give me the answer in {language} only, and do not add any extra context. Answer concisely."
202
  response = handle_query(message) # Process the message
203
  # Extract the language field
204
  # Print or log the language