mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-28 21:01:43 +03:00
fix: i am fixing all the changes that claude made. vibe coding is not there yet. anyways, i fixed the issues that the bot told me to fix
This commit is contained in:
committed by
Peter Steinberger
parent
c640b5f86c
commit
8f2884b986
@@ -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' } } },
|
||||
}
|
||||
```
|
||||
|
||||
@@ -55,6 +55,7 @@ See [Venice AI](/providers/venice).
|
||||
- [Ollama (local models)](/providers/ollama)
|
||||
- [vLLM (local models)](/providers/vllm)
|
||||
- [Qianfan](/providers/qianfan)
|
||||
- [NVIDIA](/providers/nvidia)
|
||||
|
||||
## Transcription providers
|
||||
|
||||
|
||||
Reference in New Issue
Block a user