Skip to content

Commit fb7478f

Browse files
authored
docs(readme): instruct users to explicitly select Kimi 2.7 Coder (#14)
The OSS build currently only exposes the Kimi 2.7 Coder first-party managed model profile. Document that users must select it explicitly with --model, the /model command, or NOUMENA_MODEL, since ncode does not silently switch sessions to the managed model.
1 parent 5665558 commit fb7478f

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,20 @@ NOUMENA_PLATFORM_BASE_URL=https://api.noumena.com
4848
NOUMENA_OAUTH_WEB_BASE_URL=https://code.noumena.com
4949
```
5050

51+
## Model selection
52+
53+
The current OSS build ships the Kimi 2.7 Coder managed model profile as the only public first-party model. You must select it explicitly; ncode does not silently switch your session to a managed model if you have not chosen one.
54+
55+
Use the `--model` flag when starting ncode:
56+
57+
```bash
58+
.tmp/packages/ncode-0.1.0-linux-x64/ncode --model kimi-2.7-coder
59+
```
60+
61+
Or run `/model` inside the REPL and pick `Kimi 2.7 Coder`.
62+
63+
Recognized aliases include `kimi-2.7-coder`, `k2.7`, `kimi-2.7`, and `kimi 2.7 coder`. You can also set `NOUMENA_MODEL=kimi-2.7-coder` in your environment.
64+
5165
## Requirements
5266

5367
Build requirements:

0 commit comments

Comments
 (0)