mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-02 02:21:18 +08:00
15 lines
203 B
Markdown
15 lines
203 B
Markdown
|
|
|
|
# Requirements
|
|
|
|
```
|
|
pydantic
|
|
openai
|
|
```
|
|
|
|
|
|
# TODOs
|
|
|
|
- [ ] Select the appropriate LLM API
|
|
- Which API is more suitable for meeting our requirements - the original API or an alternative like LangChain?
|