Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|