mirror of
https://git.datalinker.icu/deepseek-ai/DeepSeek-R1.git
synced 2025-12-08 20:44:23 +08:00
Merge 90c5dac02b603cd320c5d0cccc3515aa42b07b2b into 0cf78561f1d51c84a21b2190626b21116d5c68bb
This commit is contained in:
commit
0742230210
16
README.md
16
README.md
@ -159,6 +159,22 @@ You can chat with DeepSeek-R1 on DeepSeek's official website: [chat.deepseek.com
|
||||
|
||||
We also provide OpenAI-Compatible API at DeepSeek Platform: [platform.deepseek.com](https://platform.deepseek.com/)
|
||||
|
||||
Gradio app with API
|
||||
|
||||
```
|
||||
pip install ai-gradio[deepseek]
|
||||
|
||||
import gradio as gr
|
||||
import ai_gradio
|
||||
|
||||
|
||||
gr.load(
|
||||
name='deepseek:deepseek-reasoner',
|
||||
src=ai_gradio.registry,
|
||||
coder=True # remove for regular chat
|
||||
).launch()
|
||||
```
|
||||
|
||||
## 6. How to Run Locally
|
||||
|
||||
### DeepSeek-R1 Models
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user