mirror of
https://github.com/openclaw/openclaw.git
synced 2026-02-19 18:39:20 -05:00
fix: linting thime
This commit is contained in:
committed by
Peter Steinberger
parent
8f2884b986
commit
ae8be6ac23
@@ -1,9 +1,9 @@
|
||||
---
|
||||
summary: 'Model providers (LLMs) supported by OpenClaw'
|
||||
summary: "Model providers (LLMs) supported by OpenClaw"
|
||||
read_when:
|
||||
- You want to choose a model provider
|
||||
- You need a quick overview of supported LLM backends
|
||||
title: 'Model Providers'
|
||||
title: "Model Providers"
|
||||
---
|
||||
|
||||
# Model Providers
|
||||
@@ -29,7 +29,7 @@ See [Venice AI](/providers/venice).
|
||||
|
||||
```json5
|
||||
{
|
||||
agents: { defaults: { model: { primary: 'anthropic/claude-opus-4-6' } } },
|
||||
agents: { defaults: { model: { primary: "anthropic/claude-opus-4-6" } } },
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ summary: "Use NVIDIA's OpenAI-compatible API in OpenClaw"
|
||||
read_when:
|
||||
- You want to use NVIDIA models in OpenClaw
|
||||
- You need NVIDIA_API_KEY setup
|
||||
title: 'NVIDIA'
|
||||
title: "NVIDIA"
|
||||
---
|
||||
|
||||
# NVIDIA
|
||||
@@ -22,18 +22,18 @@ If `NVIDIA_API_KEY` is already exported, you can omit `--token`.
|
||||
|
||||
```json5
|
||||
{
|
||||
env: { NVIDIA_API_KEY: 'nvapi-...' },
|
||||
env: { NVIDIA_API_KEY: "nvapi-..." },
|
||||
models: {
|
||||
providers: {
|
||||
nvidia: {
|
||||
baseUrl: 'https://integrate.api.nvidia.com/v1',
|
||||
api: 'openai-completions',
|
||||
baseUrl: "https://integrate.api.nvidia.com/v1",
|
||||
api: "openai-completions",
|
||||
},
|
||||
},
|
||||
},
|
||||
agents: {
|
||||
defaults: {
|
||||
model: { primary: 'nvidia/llama-3.1-nemotron-70b-instruct' },
|
||||
model: { primary: "nvidia/llama-3.1-nemotron-70b-instruct" },
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user