MCPcopy Create free account
hub / github.com/PromtEngineer/localGPT / print_header

Function print_header

rag_system/utils/validate_model_config.py:27–31  ·  view source on GitHub ↗

Print a formatted header.

(title: str)

Source from the content-addressed store, hash-verified

25)
26
27def print_header(title: str):
28 """Print a formatted header."""
29 print(f"\n{'='*60}")
30 print(f"🔍 {title}")
31 print(f"{'='*60}")
32
33def print_section(title: str):
34 """Print a formatted section header."""

Callers 5

print_model_usage_mapFunction · 0.85
test_validation_functionFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_validation_functionFunction · 0.68