跳到主要内容

Chat Command: chat

bohr chat sends one non-streaming message to Bohrium GPT and prints the response.

bohr chat <message> [flags]

Examples:

bohr chat "Explain density functional theory"
bohr chat "Summarize the water cycle" --model gpt-5-nano
bohr chat "List five uses of Python in science" -o json

The only command-specific flag is -m, --model; its default is gpt-5-nano.

Pass exactly one message argument each time you run the command.