kbot:gemini

This commit is contained in:
Code 2025-02-14 16:56:54 +01:00
parent 320801cd5b
commit da666aee96

View File

@ -3,9 +3,8 @@ kbotd modify \
--prompt="./.kbot/todos.md" \
--mode=completion \
--router2=openai \
--model2=openai/gpt-4-32k \
--include="src/commands/run.ts" \
--include="src/zod_schema.ts" \
--include="src/client.ts" \
--model=openai/gpt-4-32k \
--include2="src/commands/run.ts" \
--include2="src/commands/run-tools.ts" \
--disable="npm,terminal,git,user,search,email" \
--dst="./.kbot/todos-log.md"