← 返回命令列表

Linux command

oatmeal 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Start a chat session

oatmeal

Chat with a specific model

oatmeal --model [model_name]

Use a specific backend

oatmeal --backend [ollama|openai|claude]

说明

oatmeal is a TUI for chatting with large language models using different backends. It integrates with editors so you can read selected code from an editor and submit model-provided code back. Each code block is indexed with a number for easy reference. Supported backends include Ollama (default), OpenAI, Claude, and Gemini. Editor integrations include clipboard and Neovim plugin support.

参数

--model _MODEL_
Specify the model to use.
--backend _BACKEND_
Select the model backend (ollama, openai, claude, gemini).

FAQ

What is the oatmeal command used for?

oatmeal is a TUI for chatting with large language models using different backends. It integrates with editors so you can read selected code from an editor and submit model-provided code back. Each code block is indexed with a number for easy reference. Supported backends include Ollama (default), OpenAI, Claude, and Gemini. Editor integrations include clipboard and Neovim plugin support.

How do I run a basic oatmeal example?

Run `oatmeal` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does --model _MODEL_ do in oatmeal?

Specify the model to use.