mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-29 05:02:04 +03:00
fix: convert HTML comments to MDX comments in docs
This commit is contained in:
@@ -134,13 +134,13 @@ Moonshot uses OpenAI-compatible endpoints, so configure it as a custom provider:
|
|||||||
- Auth: `MOONSHOT_API_KEY`
|
- Auth: `MOONSHOT_API_KEY`
|
||||||
- Example model: `moonshot/kimi-k2.5`
|
- Example model: `moonshot/kimi-k2.5`
|
||||||
- Kimi K2 model IDs:
|
- Kimi K2 model IDs:
|
||||||
<!-- moonshot-kimi-k2-model-refs:start -->
|
{/* moonshot-kimi-k2-model-refs:start */}
|
||||||
- `moonshot/kimi-k2.5`
|
- `moonshot/kimi-k2.5`
|
||||||
- `moonshot/kimi-k2-0905-preview`
|
- `moonshot/kimi-k2-0905-preview`
|
||||||
- `moonshot/kimi-k2-turbo-preview`
|
- `moonshot/kimi-k2-turbo-preview`
|
||||||
- `moonshot/kimi-k2-thinking`
|
- `moonshot/kimi-k2-thinking`
|
||||||
- `moonshot/kimi-k2-thinking-turbo`
|
- `moonshot/kimi-k2-thinking-turbo`
|
||||||
<!-- moonshot-kimi-k2-model-refs:end -->
|
{/* moonshot-kimi-k2-model-refs:end */}
|
||||||
|
|
||||||
```json5
|
```json5
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -15,14 +15,14 @@ Kimi Coding with `kimi-coding/k2p5`.
|
|||||||
|
|
||||||
Current Kimi K2 model IDs:
|
Current Kimi K2 model IDs:
|
||||||
|
|
||||||
<!-- moonshot-kimi-k2-ids:start -->
|
{/* moonshot-kimi-k2-ids:start */}
|
||||||
|
|
||||||
- `kimi-k2.5`
|
- `kimi-k2.5`
|
||||||
- `kimi-k2-0905-preview`
|
- `kimi-k2-0905-preview`
|
||||||
- `kimi-k2-turbo-preview`
|
- `kimi-k2-turbo-preview`
|
||||||
- `kimi-k2-thinking`
|
- `kimi-k2-thinking`
|
||||||
- `kimi-k2-thinking-turbo`
|
- `kimi-k2-thinking-turbo`
|
||||||
<!-- moonshot-kimi-k2-ids:end -->
|
{/* moonshot-kimi-k2-ids:end */}
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
openclaw onboard --auth-choice moonshot-api-key
|
openclaw onboard --auth-choice moonshot-api-key
|
||||||
|
|||||||
Reference in New Issue
Block a user