I keep getting the following error althrough rabbitllm is installed (I've checked that multiple times).
[AirClaw] ❌ No LLM backend installed. Run: pip install rabbitllm Traceback (most recent call last): File "<frozen runpy>", line 198, in _run_module_as_main File "<frozen runpy>", line 88, in _run_code File "C:\Users\Mark\scoop\apps\python\current\Scripts\airclaw.exe\__main__.py", line 5, in <module> sys.exit(main()) ~~~~^^ File "C:\Users\Mark\scoop\apps\python\current\Lib\site-packages\airclaw\cli.py", line 161, in main { ~ ...<4 lines>... "install": cmd_install, ~~~~~~~~~~~~~~~~~~~~~~~ }.get(args.command, lambda _: (print(BANNER), parser.print_help()))(args) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^ File "C:\Users\Mark\scoop\apps\python\current\Lib\site-packages\airclaw\cli.py", line 43, in cmd_start start_server(model=model, port=args.port, host=args.host) ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\Mark\scoop\apps\python\current\Lib\site-packages\airclaw\server.py", line 217, in start_server ║ Backend : {LLM_BACKEND:<41} ║ ^^^^^^^^^^^^^^^^^ TypeError: unsupported format string passed to NoneType.__format__
I keep getting the following error althrough rabbitllm is installed (I've checked that multiple times).
[AirClaw] ❌ No LLM backend installed. Run: pip install rabbitllm Traceback (most recent call last): File "<frozen runpy>", line 198, in _run_module_as_main File "<frozen runpy>", line 88, in _run_code File "C:\Users\Mark\scoop\apps\python\current\Scripts\airclaw.exe\__main__.py", line 5, in <module> sys.exit(main()) ~~~~^^ File "C:\Users\Mark\scoop\apps\python\current\Lib\site-packages\airclaw\cli.py", line 161, in main { ~ ...<4 lines>... "install": cmd_install, ~~~~~~~~~~~~~~~~~~~~~~~ }.get(args.command, lambda _: (print(BANNER), parser.print_help()))(args) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^ File "C:\Users\Mark\scoop\apps\python\current\Lib\site-packages\airclaw\cli.py", line 43, in cmd_start start_server(model=model, port=args.port, host=args.host) ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\Mark\scoop\apps\python\current\Lib\site-packages\airclaw\server.py", line 217, in start_server ║ Backend : {LLM_BACKEND:<41} ║ ^^^^^^^^^^^^^^^^^ TypeError: unsupported format string passed to NoneType.__format__