mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-29 03:01:50 +03: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" } } },
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user