FinGPT icon indicating copy to clipboard operation
FinGPT copied to clipboard

Data-Centric FinGPT. Open-source for open finance! Revolutionize 🔥 We'll soon release the trained model.

Results 26 FinGPT issues
Sort by recently updated
recently updated
newest added

你好,我在trade_with_gpt3.ipynb 中把env_args的stock_name 换成“MSFT”,运行中会出现 KeyError: 'microsoft corporation : microsoft assigned patent $ msft URL'错误,目前发现除了AAPL可以,有的会有失败 ![MSFT](https://github.com/AI4Finance-Foundation/FinGPT/assets/27394097/dc96f8f9-d683-41ae-9a62-6c4d3dddf73f)

bug

Borth FinGPT V1 and FinGPT V2 are not accesible

documentation

Hi Authors, Thanks to open-source this great work. I am wondering: 1. if the FinGPT refered in [the finGPT paper](https://arxiv.org/abs/2306.06031) V1 or V2? I guess it is V2 but under...

good first issue
help wanted

There are a few improvements that can enhance its readability and maintainability. Here are the details: Error Handling for Missing Requirements File: The code attempts to read the requirements.txt file...

enhancement
good first issue

Hello, nice work. I would like to ask when the trained model will be open sourced and how I can call the trained model input text to predict the stock...

good first issue
help wanted
question

Hello, When trying to download the data for US model, there seem many attempt threads been started, while most of them are interrupted, guessing this is a issue from the...

bug

https://github.com/AI4Finance-Foundation/FinGPT/blob/b21a21c54f469c488640d0c9e9a7dbe0a046943a/fingpt/FinGPT-v1/data_preparations/add_labels.py#LL11C41-L11C42

bug

Hi, when I run download_contents.py for my csv fill, I encountered this issue,' If using all scalar values, you must pass an index.' What should I do to fix this?...

bug

In this improved code, I've added logging, and I've also split the logic in the main function into two separate functions, load_data and save_data, for clarity and to make the...