mirror of
https://github.com/czl9707/build-your-own-openclaw.git
synced 2026-08-14 00:47:59 +00:00
Add DeepSeek provider example to documentation (#24)
* Add DeepSeek provider example to documentation Added DeepSeek provider example with API key instructions. * Fix formatting in PROVIDER_EXAMPLES.md
This commit is contained in:
@@ -74,3 +74,15 @@ llm:
|
||||
api_key: your-google-api-key
|
||||
```
|
||||
Get your API key at [Google AI Studio](https://aistudio.google.com/app/apikey).
|
||||
|
||||
### DeepSeek
|
||||
|
||||
```yaml
|
||||
llm:
|
||||
provider: deepseek
|
||||
model: deepseek/deepseek-v4-flash # or "deepseek/deepseek-v4-pro"
|
||||
api_key: sk-your-deepseek-api-key
|
||||
api_base: https://api.deepseek.com
|
||||
|
||||
```
|
||||
Get your API key at [Deepseek](https://platform.deepseek.com/)
|
||||
|
||||
Reference in New Issue
Block a user