「OpenClawをOpenAI互換Web APIで動かす」の版間の差分
Administrator (トーク | 投稿記録) ページの作成:「 == 条件 == * バックエンドとなる LLM が「OpenAI互換 Web API モード」で動いていること。 == 手順 == openclawの公式サイトに従いインストールする <source lang=bash> % curl -fsSL https://openclaw.ai/install.sh | bash </source> openclawが要求するバージョンのnodejsにパスを通す <source lang=bash> % echo 'export PATH="/usr/local/opt/node@22/bin:$PATH"' >> ~/.zshrc % source ~/.zshrc % rehash </source> openc…」 |
Administrator (トーク | 投稿記録) 編集の要約なし |
||
| (同じ利用者による、間の1版が非表示) | |||
| 1行目: | 1行目: | ||
== 条件 == | == 条件 == | ||
| 20行目: | 17行目: | ||
openclawの初期設定ウィザード | openclawの初期設定ウィザード | ||
* Bonsai-8Bを使っている | |||
* 以下をモデルごとに書き換える | |||
** API Base URL: http://127.0.0.1:18080/v1 | |||
** API Key: local-bonsai | |||
** Model ID: bonsai-8b | |||
<source lang=bash> | <source lang=bash> | ||
% openclaw onboard | % openclaw onboard | ||
| 89行目: | 91行目: | ||
% openclaw status | % openclaw status | ||
</source> | </source> | ||
ブラウザで開いてみる。 | |||
https://localhost:18789 | |||
こんにちは | こんにちは | ||
[[category: OpenClaw]] | [[category: OpenClaw]] | ||