snippets for omotesando.rb
Published At: 2024/4/4 1:00:00

snippets for omotesando.rb

モデルのプロンプトを生成する↓

bundle exec thor llm_bridge:gen_models_prompt --model_name=quests で実行すると、./prompt.txt にプロンプトが書き込まれる。

これを interpreter --load_message ./prompt.txt というインターフェイスで使う

tech