Skip to content

Commit 8a567e4

Browse files
committed
fix docs deepseek model provider key
1 parent ad4efea commit 8a567e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/models.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ Only set this when your provider uses a different path or expects query paramete
182182
```javascript
183183
{
184184
"providers": {
185-
"openrouter": {
185+
"deepseek": {
186186
"api": "openai-chat",
187187
"url": "https://api.deepseek.com", // or "urlEnv"
188188
"key": "your-api-key", // or "keyEnv"

0 commit comments

Comments
 (0)