프로그램 사용/ai 프로그램
openclaw 설치 telegram 신기하네?
구차니
2026. 5. 22. 10:51
설치
| $ curl -fsSL https://openclaw.ai/install.sh | bash |
설정. llama-swap에 의해서 돌고 있는 모델 등록
| $ openclaw onboard --non-interactive \ --auth-choice custom-api-key \ --custom-base-url "http://127.0.0.1:8080/v1" \ --custom-model-id "gemma4-e4b" \ --custom-api-key "llama.cpp" \ --secret-input-mode plaintext \ --custom-compatibility openai \ --accept-risk $ openclaw gateway restart $ openclaw chat --message "안녕, 지금 어떤 모델이 실행 중이야?" |
/ 누르면 아래에 자동완성 처럼 뜨는데 신기하네
그리고 browse providers 처럼 먼가.. 내가 하던거랑은 좀 많이 다른(?) 기능들이 있었나 보다.

텔레그램 봇에 등록되는거라 내걸로 돌려도 메뉴가 계속 뜬다. 젠장!
서비스 종료.
| $ systemctl stop openclaw-gateway --user |
--user를 안하면 없는 서비스라 나온다. 신기하네
| $ systemctl status openclaw-gateway Unit openclaw-gateway.service could not be found. |