Merge 55074ede8d into fa4d01c23a
This commit is contained in:
commit
06662d5910
|
|
@ -131,6 +131,14 @@ For local models with Ollama:
|
||||||
docker compose --profile ollama run --rm tradingagents-ollama
|
docker compose --profile ollama run --rm tradingagents-ollama
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### Google Colab / Jupyter Installation ####
|
||||||
|
```python
|
||||||
|
! git clone https://github.com/TauricResearch/TradingAgents.git
|
||||||
|
import os
|
||||||
|
os.chdir("TradingAgents")
|
||||||
|
! pip install -r requirements.txt
|
||||||
|
```
|
||||||
|
|
||||||
### Required APIs
|
### Required APIs
|
||||||
|
|
||||||
TradingAgents supports multiple LLM providers. Set the API key for your chosen provider:
|
TradingAgents supports multiple LLM providers. Set the API key for your chosen provider:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue