style: resolve linting errors and improve formatting

This commit is contained in:
GH05TCREW
2026-01-11 16:00:43 -07:00
parent cb7597e74b
commit 49c0b93b59
4 changed files with 37 additions and 21 deletions

View File

@@ -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.