No1r97 commited on
Commit
b797438
1 Parent(s): 1f5eaf9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -301,7 +301,7 @@ demo = gr.Interface(
301
  This model is finetuned on Llama2-7b-chat-hf with LoRA on the past year's DOW30 market data. Inference in this demo uses fp16 and **welcomes any ticker symbol**.
302
  Company profile & Market news & Basic financials & Stock prices are retrieved using **yfinance & finnhub**.
303
  This is just a demo showing what this model is capable of. Results inferred from randomly chosen news can be strongly biased.
304
- For more detailed and customized implementation, refer to our FinGPT project [https://github.com/AI4Finance-Foundation/FinGPT]
305
 
306
  **Disclaimer: Nothing herein is financial advice, and NOT a recommendation to trade real money. Please use common sense and always first consult a professional before trading or investing.**
307
  """
 
301
  This model is finetuned on Llama2-7b-chat-hf with LoRA on the past year's DOW30 market data. Inference in this demo uses fp16 and **welcomes any ticker symbol**.
302
  Company profile & Market news & Basic financials & Stock prices are retrieved using **yfinance & finnhub**.
303
  This is just a demo showing what this model is capable of. Results inferred from randomly chosen news can be strongly biased.
304
+ For more detailed and customized implementation, refer to our FinGPT project: <https://github.com/AI4Finance-Foundation/FinGPT>
305
 
306
  **Disclaimer: Nothing herein is financial advice, and NOT a recommendation to trade real money. Please use common sense and always first consult a professional before trading or investing.**
307
  """