Skip to content

Commit 734e6ae

Browse files
committed
Update header
1 parent 356e3a5 commit 734e6ae

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

website/docs/cli/reference/chat.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,34 +8,34 @@ description: 'spice chat CLI documentation'
88

99
Start an interactive or one-shot chat with a [model](/docs/components/models/index.md) registered in the Spice runtime.
1010

11-
### Requirements
11+
## Requirements
1212

1313
- Spice runtime must be running
1414
- At least one model defined in `spicepod.yaml` and the model is ready
1515

16-
### Usage
16+
## Usage
1717

18-
#### Interative Chat: Invoke the command without arguments to open a REPL
18+
### Interative Chat: Invoke the command without arguments to open a REPL
1919

2020
```shell
2121
spice chat [flags]
2222
```
2323

24-
#### One-shot Chat: Pass a single message as the argument to send a one-shot chat request and print the response
24+
### One-shot Chat: Pass a single message as the argument to send a one-shot chat request and print the response
2525

2626
```shell
2727
spice chat [flags] <message>
2828
```
2929

30-
#### Flags
30+
## Flags
3131

3232
- `--cloud` Send requests to a Spice Cloud instance instead of the local instance. Default: `false`.
3333
- `--http-endpoint <string>` Runtime HTTP endpoint. Default: `http://localhost:8090`.
3434
- `--model <string>` Target model for the chat request. When omitted, the CLI uses the single ready model or prompts for a choice if several models are ready.
3535
- `--temperature <float32>` Model temperature used for chat request. Default: `1`.
3636
- `--user-agent <string>` Custom `User-Agent` header sent with every request.
3737

38-
### Example
38+
## Examples
3939

4040
When exactly one model is **ready**, `spice chat` opens a REPL that uses that model automatically:
4141

0 commit comments

Comments
 (0)