Skip to content

Commit 4bc6d64

Browse files
committed
docs: Expand LLM configuration options in README
1 parent a80b646 commit 4bc6d64

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,18 @@ pip install -e .
5050

5151
## Configuration
5252

53-
Set your provider credentials before running scans:
53+
Set your model and provider credentials before running scans:
5454

5555
```bash
56-
# Example for DeepSeek via Nebius
56+
# OpenAI
57+
export SECNODE_LLM="openai/gpt-4o"
58+
export OPENAI_API_KEY="your-api-key"
59+
60+
# Anthropic
61+
export SECNODE_LLM="anthropic/claude-3-5-sonnet-20241022"
62+
export ANTHROPIC_API_KEY="your-key"
63+
64+
# Nebius (OAI-Compatible)
5765
export SECNODE_LLM="nebius/deepseek-ai/DeepSeek-V3.2"
5866
export NEBIUS_API_KEY="your-key"
5967
export NEBIUS_API_BASE="https://api.tokenfactory.nebius.com/v1/"

0 commit comments

Comments
 (0)