18 lines
744 B
Bash
18 lines
744 B
Bash
#! /bin/bash
|
|
|
|
# - --model=o3-deep-research needs verification : https://platform.openai.com/settings/organization/general
|
|
|
|
kbot-d "Create a comprehensive list of OLED displays (european market), at least 20, with buttons - to be used with a ESP-32. The output should be a JSON object that follows the provided schema. Elaborate on the features, and the pros and cons of each." \
|
|
--router=openai \
|
|
--model=gpt-4.1 \
|
|
--model_rs_1=o4-mini-deep-research \
|
|
--model_rs_2=o3-deep-research \
|
|
--disable=npm,terminal,interact,git,search,web,user,email \
|
|
--preferences=none \
|
|
--mode=responses \
|
|
--filters=code \
|
|
--dst=./tests/research/oled-displays.json \
|
|
--format=./tests/research-format.json \
|
|
--logLevel=2
|
|
|