Update app.py
Browse files
app.py
CHANGED
@@ -310,11 +310,11 @@ class StockAdviser:
|
|
310 |
|
311 |
def get_symbol(self, user_question):
|
312 |
qna_system_message = """
|
313 |
-
You are an assistant to a financial services firm who finds the 'nse company symbol'
|
314 |
|
315 |
User questions will begin with the token: ###Question.
|
316 |
|
317 |
-
Please find the 'nse company symbol' of the company in the question provided. In case of an invalid company, return "NOTICKER".
|
318 |
|
319 |
Response format:
|
320 |
{nse company symbol}
|
|
|
310 |
|
311 |
def get_symbol(self, user_question):
|
312 |
qna_system_message = """
|
313 |
+
You are an assistant to a financial services firm who finds the 'nse company symbol' of the related company in the question provided.
|
314 |
|
315 |
User questions will begin with the token: ###Question.
|
316 |
|
317 |
+
Please find the 'nse company symbol' of the related company in the question provided. In case of an invalid company, return "NOTICKER". If it is 'ZEEENT' return 'ZEEL'.
|
318 |
|
319 |
Response format:
|
320 |
{nse company symbol}
|