zhaozengxi commited on
Commit
aa0a579
·
verified ·
1 Parent(s): 7661534

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +17 -1
app.py CHANGED
@@ -3,4 +3,20 @@ import gradio as gr
3
  gr.load(
4
  "models/Qwen/Qwen3-235B-A22B",
5
  provider="hf-inference",
6
- ).launch()
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  gr.load(
4
  "models/Qwen/Qwen3-235B-A22B",
5
  provider="hf-inference",
6
+ messages: [
7
+ {
8
+ role: "user",
9
+ content: "你是谁?",
10
+ },
11
+ {
12
+ role: "assistant",
13
+ content: "",
14
+ },
15
+ ],
16
+ temperature: 1.2,
17
+ max_tokens: 50000,
18
+ top_p: 0.6,
19
+ response_format: undefined
20
+ ).launch()
21
+
22
+