We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
案1: --split をつける
--split
aichat --split command1
入力できるサイズに切り分けて、それぞれ prompt に入力し、出力を出す。
案2: split は別コマンド
cat foo.txt | aichat split | xargs -0 aichat command1
標準入力からしか読めないと使い勝手悪そう。
Sorry, something went wrong.
fold もできるようにしたい
fold なので、最初の part 用の prompt と、2つ目以降の part 用の prompt を分けて設定したい。
例えばこんな感じ?
first: messages: - role: system content: aaaa - role: user content: $INPUT subsequent: messages: - role: system content: aaaa $OUTPUT - role: user content: $INPUT
$OUTPUT には前のpartを処理した出力が入る。
$OUTPUT
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: