root commited on
Commit
0af4211
1 Parent(s): 6037099
Files changed (1) hide show
  1. txt +0 -26
txt DELETED
@@ -1,26 +0,0 @@
1
- curl -i -H 'Content-Type: application/json' -H 'Authorization: Bearer no_limit_token_for_insider' https://welm.weixin.qq.com/v1/completions -d \
2
- '{
3
- "prompt":"杀死比尔",
4
- "model":"xl",
5
- "max_tokens":16,
6
- "temperature":0.0,
7
- "top_p":0.0,
8
- "top_k":10,
9
- "n":1,
10
- "echo":false,
11
- "stop":",,.。"
12
- }'
13
-
14
-
15
- curl -i -H 'Content-Type: application/json' -H 'Authorization: Bearer no_limit_token_for_insider' http://11.143.165.85:15355/v1/completions -d \
16
- '{
17
- "prompt":"杀死比尔",
18
- "model":"xl",
19
- "max_tokens":16,
20
- "temperature":0.0,
21
- "top_p":0.0,
22
- "top_k":10,
23
- "n":1,
24
- "echo":false,
25
- "stop":",,.。"
26
- }'