🙌

OpenInterpreterでClaude-2を使うときの設定

に公開

--contect_window
--max_tokens

のどちらも設定しないと正常に処理を進めてくれない。

interpreter --configでconfigに書き込むと良い。
interpreter --contect_window {} --max_tokens {} でもconfigに書き込まれるが、保存されなかった。

Discussion