redfernstech commited on
Commit
2a48239
·
verified ·
1 Parent(s): bd4cb03

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -198,7 +198,6 @@ async def chat(request: MessageRequest):
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
 
198
  elif language == "te-IN":
199
  language=" Telugu"
200
  print("Language is Telugu.")
 
201
  response = handle_query(message) # Process the message
202
  # Extract the language field
203
  # Print or log the language