mirror of
https://github.com/CyberSecurityUP/NeuroSploit.git
synced 2026-07-07 11:57:54 +02:00
v3.5.1: LiteLLM support (OpenAI-compatible proxy)
- New `litellm` provider (kind=api). Use `litellm:<model>` — model names pass through to your gateway. No hardcoded key required (proxy may be open). - Env-configurable base URL: LITELLM_BASE_URL (default http://localhost:4000/v1), LITELLM_API_KEY. OLLAMA_BASE_URL override added too. - TUTORIAL documents the LiteLLM env config. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -126,6 +126,9 @@ export GROQ_API_KEY=... # groq:*
|
||||
export TOGETHER_API_KEY=... # together:*
|
||||
export OPENROUTER_API_KEY=... # openrouter:*
|
||||
# ollama: no key (local)
|
||||
# LiteLLM proxy: point at your gateway and route any model through it:
|
||||
export LITELLM_BASE_URL=http://localhost:4000/v1 # your LiteLLM proxy
|
||||
export LITELLM_API_KEY=sk-... # litellm:<model the proxy routes>
|
||||
|
||||
neurosploit run http://testphp.vulnweb.com/ --model anthropic:claude-opus-4-8 --vote-n 3 -v
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user