mirror of
https://github.com/GH05TCREW/pentestagent.git
synced 2026-03-07 22:33:38 +00:00
style: resolve linting errors and improve formatting
This commit is contained in:
@@ -15,11 +15,6 @@ TAVILY_API_KEY=
|
||||
# Other providers: azure/, bedrock/, groq/, ollama/, together_ai/ (see litellm docs)
|
||||
PENTESTAGENT_MODEL=gpt-5
|
||||
|
||||
# Provider selection:
|
||||
# Note: The app determines provider from `PENTESTAGENT_MODEL` prefix
|
||||
# (e.g., `ollama/...`, `gpt-5`, `claude-...`, `gemini/...`). No separate
|
||||
# `LLM_PROVIDER` variable is used.
|
||||
|
||||
# Ollama base URL (set this when using an `ollama/...` model)
|
||||
# Example: http://127.0.0.1:11434 or http://192.168.0.165:11434
|
||||
OLLAMA_BASE_URL=http://127.0.0.1:11434
|
||||
@@ -32,7 +27,7 @@ OLLAMA_BASE_URL=http://127.0.0.1:11434
|
||||
PENTESTAGENT_EMBEDDINGS=local
|
||||
|
||||
# Settings
|
||||
PENTESTAGENT_DEBUG=true
|
||||
PENTESTAGENT_DEBUG=false
|
||||
|
||||
# Optional: manually declare model/context and daily token budgeting
|
||||
# Useful when provider metadata isn't available or you want to enforce local limits.
|
||||
|
||||
Reference in New Issue
Block a user