mirror of
https://github.com/TauricResearch/TradingAgents.git
synced 2026-06-16 21:06:15 +03:00
docs(readme): Ollama line covers endpoint, pull, custom model
The Required APIs section now mentions the default endpoint, OLLAMA_BASE_URL for remote ollama-serve, ollama pull, and the Custom model ID dropdown option, replacing the previous one-liner that left those details implicit.
This commit is contained in:
@@ -154,7 +154,7 @@ export ALPHA_VANTAGE_API_KEY=... # Alpha Vantage
|
||||
|
||||
For enterprise providers (e.g. Azure OpenAI, AWS Bedrock), copy `.env.enterprise.example` to `.env.enterprise` and fill in your credentials.
|
||||
|
||||
For local models, configure Ollama with `llm_provider: "ollama"` in your config.
|
||||
For local models, configure Ollama with `llm_provider: "ollama"`. The default endpoint is `http://localhost:11434/v1`; set `OLLAMA_BASE_URL` to point at a remote `ollama-serve`. Pull models with `ollama pull <name>`, and pick "Custom model ID" in the CLI for any model not listed by default.
|
||||
|
||||
Alternatively, copy `.env.example` to `.env` and fill in your keys:
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user