Karthikeyen92 commited on
Commit
3901eba
·
verified ·
1 Parent(s): cccd89e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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' (assigned to the company in the provided stock market)) of the 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 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}