File size: 208 Bytes
ec75c06
 
 
 
 
 
 
1
2
3
4
5
6
7
8
import gradio as gr


# gr.load_chat("http://10.172.10.103:11434/v1", model="llama3.2", token="***").launch()
gr.load_chat(
    "https://11434.whoel.wang/v1", model="deepseek-r1:latest"
).launch(share=False)