mirror of
https://github.com/microsoft/qlib.git
synced 2026-06-30 17:41:18 +08:00
* Update setup.py and config * WIP * init_workspace and CMDTask * Delete test_sumarize.py
16 lines
269 B
Markdown
16 lines
269 B
Markdown
|
|
|
|
# Requirements
|
|
|
|
|
|
Use following install command to complete the project.
|
|
```
|
|
pip install -e '.[finco]'
|
|
```
|
|
|
|
|
|
# TODOs
|
|
|
|
- [ ] Select the appropriate LLM API
|
|
- Which API is more suitable for meeting our requirements - the original API or an alternative like LangChain?
|