show version at startup
This commit is contained in:
parent
6591400ad6
commit
b600bd8d48
|
|
@ -364,7 +364,7 @@ def main():
|
||||||
status = build_status(args, expert_enabled, web_research_enabled)
|
status = build_status(args, expert_enabled, web_research_enabled)
|
||||||
|
|
||||||
console.print(
|
console.print(
|
||||||
Panel(status, title="Config", border_style="bright_blue", padding=(0, 1))
|
Panel(status, title=f"RA.Aid v{__version__}", border_style="bright_blue", padding=(0, 1))
|
||||||
)
|
)
|
||||||
|
|
||||||
# Handle chat mode
|
# Handle chat mode
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue