Skip to content

Argument --llm argument to main.py too #306

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

Romamo
Copy link
Contributor

@Romamo Romamo commented May 22, 2025

To specify the LLM provider and model, use the --llm argument in the format Provider:Model (e.g., Openai:gpt-4, Ollama:llama3). This will override the interactive model selection.

# With Poetry:
poetry run python src/main.py --ticker AAPL,MSFT,NVDA --llm Openai:gpt-4
poetry run python src/main.py --ticker AAPL,MSFT,NVDA --llm Ollama:llama3

# With Docker (on Linux/Mac):
./run.sh --ticker AAPL,MSFT,NVDA --llm Openai:gpt-4

# With Docker (on Windows):
run.bat --ticker AAPL,MSFT,NVDA --llm Openai:gpt-4

If you do not specify --llm, you will be prompted to select a provider and model interactively.

README also updated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant