ffreemt commited on
Commit
a494056
1 Parent(s): b5b7c76

Delete logs

Browse files
Files changed (1) hide show
  1. logs/2024-06-15.log +0 -298
logs/2024-06-15.log DELETED
@@ -1,298 +0,0 @@
1
-
2
-
3
- ===================== LOG START 2024-06-15 18:38:42.920 =====================
4
-
5
- [2024-06-15 18:38:42.909][success][index<966,20>] Server initialized
6
- [2024-06-15 18:38:42.924][info][index<1614,18>] <<<< deepseek free server >>>>
7
- [2024-06-15 18:38:42.926][info][index<1615,18>] Version: 0.0.6
8
- [2024-06-15 18:38:42.927][info][index<1616,18>] Process id: 27624
9
- [2024-06-15 18:38:42.928][info][index<1617,18>] Environment: dev
10
- [2024-06-15 18:38:42.929][info][index<1618,18>] Service name: deepseek-free-api
11
- [2024-06-15 18:38:42.933][info][index<990,22>] Route attached
12
- [2024-06-15 18:38:42.934][info][index<990,22>] Route /v1/chat attached
13
- [2024-06-15 18:38:42.934][info][index<990,22>] Route /ping attached
14
- [2024-06-15 18:38:42.936][info][index<990,22>] Route /token attached
15
- [2024-06-15 18:38:42.937][info][index<990,22>] Route /v1 attached
16
- [2024-06-15 18:38:42.979][success][index<1079,20>] Server listening on port 8000 (0.0.0.0)
17
- [2024-06-15 18:38:42.980][success][index<1623,24>] Service startup completed (59ms)
18
- [2024-06-15 18:41:50.757][info][index<1016,26>] -> GET /
19
- [2024-06-15 18:41:50.770][info][index<986,30>] <- GET / 10ms
20
- [2024-06-15 18:42:00.157][debug][index<995,22>] -> GET /v1 request is not supported - 127.0.0.1
21
- [2024-06-15 18:42:00.159][warning][index<997,22>] [请求有误]: 正确请求为 POST -> /v1/chat/completions,当前请求为 GET -> /v1 请纠正
22
- [2024-06-15 18:42:00.167][info][index<1002,24>] <- GET /v1 8ms
23
- [2024-06-15 18:42:20.540][debug][index<995,22>] -> GET /v1/chat/completions request is not supported - 127.0.0.1
24
- [2024-06-15 18:42:20.543][warning][index<997,22>] [请求有误]: 正确请求为 POST -> /v1/chat/completions,当前请求为 GET -> /v1/chat/completions 请纠正
25
- [2024-06-15 18:42:20.545][info][index<1002,24>] <- GET /v1/chat/completions 4ms
26
- [2024-06-15 18:42:38.630][info][index<1016,26>] -> POST /v1/chat/completions
27
- [2024-06-15 18:42:38.635][warning][index<823,22>] Params body.messages invalid: [Mismatch] -> function isArray() { [native code] }
28
- [2024-06-15 18:42:38.638][error][index<1035,28>] APIException [Error]: Params body.messages invalid
29
- at Request.validate (file:///C:/mat-dir/playground/huggingface-stuff/deepseek-free-api/dist/index.js:824:13)
30
- at /completions (file:///C:/mat-dir/playground/huggingface-stuff/deepseek-free-api/dist/index.js:1520:94)
31
- at file:///C:/mat-dir/playground/huggingface-stuff/deepseek-free-api/dist/index.js:1017:9
32
- at new Promise (<anonymous>)
33
- at #requestProcessing (file:///C:/mat-dir/playground/huggingface-stuff/deepseek-free-api/dist/index.js:1012:12)
34
- at file:///C:/mat-dir/playground/huggingface-stuff/deepseek-free-api/dist/index.js:984:72
35
- at dispatch (C:\mat-dir\playground\huggingface-stuff\deepseek-free-api\node_modules\koa-compose\index.js:42:32)
36
- at C:\mat-dir\playground\huggingface-stuff\deepseek-free-api\node_modules\koa-router\lib\router.js:423:16
37
- at dispatch (C:\mat-dir\playground\huggingface-stuff\deepseek-free-api\node_modules\koa-compose\index.js:42:32)
38
- at C:\mat-dir\playground\huggingface-stuff\deepseek-free-api\node_modules\koa-compose\index.js:34:12 {
39
- errcode: -2000,
40
- errmsg: 'Params body.messages invalid',
41
- data: undefined,
42
- httpStatusCode: undefined
43
- }[2024-06-15 18:42:38.649][info][index<986,30>] <- POST /v1/chat/completions 19ms
44
- [2024-06-15 18:43:00.943][info][index<1016,26>] -> POST /v1/chat/completions
45
- [2024-06-15 18:43:00.944][warning][index<823,22>] Params body.messages invalid: [Mismatch] -> function isArray() { [native code] }
46
- [2024-06-15 18:43:00.945][error][index<1035,28>] APIException [Error]: Params body.messages invalid
47
- at Request.validate (file:///C:/mat-dir/playground/huggingface-stuff/deepseek-free-api/dist/index.js:824:13)
48
- at /completions (file:///C:/mat-dir/playground/huggingface-stuff/deepseek-free-api/dist/index.js:1520:94)
49
- at file:///C:/mat-dir/playground/huggingface-stuff/deepseek-free-api/dist/index.js:1017:9
50
- at new Promise (<anonymous>)
51
- at #requestProcessing (file:///C:/mat-dir/playground/huggingface-stuff/deepseek-free-api/dist/index.js:1012:12)
52
- at file:///C:/mat-dir/playground/huggingface-stuff/deepseek-free-api/dist/index.js:984:72
53
- at dispatch (C:\mat-dir\playground\huggingface-stuff\deepseek-free-api\node_modules\koa-compose\index.js:42:32)
54
- at C:\mat-dir\playground\huggingface-stuff\deepseek-free-api\node_modules\koa-router\lib\router.js:423:16
55
- at dispatch (C:\mat-dir\playground\huggingface-stuff\deepseek-free-api\node_modules\koa-compose\index.js:42:32)
56
- at C:\mat-dir\playground\huggingface-stuff\deepseek-free-api\node_modules\koa-compose\index.js:34:12 {
57
- errcode: -2000,
58
- errmsg: 'Params body.messages invalid',
59
- data: undefined,
60
- httpStatusCode: undefined
61
- }[2024-06-15 18:43:00.946][info][index<986,30>] <- POST /v1/chat/completions 3ms
62
- [2024-06-15 18:43:10.914][info][index<1016,26>] -> POST /v1/chat/completions
63
- [2024-06-15 18:43:10.916][warning][index<823,22>] Params body.messages invalid: [Mismatch] -> function isArray() { [native code] }
64
- [2024-06-15 18:43:10.917][error][index<1035,28>] APIException [Error]: Params body.messages invalid
65
- at Request.validate (file:///C:/mat-dir/playground/huggingface-stuff/deepseek-free-api/dist/index.js:824:13)
66
- at /completions (file:///C:/mat-dir/playground/huggingface-stuff/deepseek-free-api/dist/index.js:1520:94)
67
- at file:///C:/mat-dir/playground/huggingface-stuff/deepseek-free-api/dist/index.js:1017:9
68
- at new Promise (<anonymous>)
69
- at #requestProcessing (file:///C:/mat-dir/playground/huggingface-stuff/deepseek-free-api/dist/index.js:1012:12)
70
- at file:///C:/mat-dir/playground/huggingface-stuff/deepseek-free-api/dist/index.js:984:72
71
- at dispatch (C:\mat-dir\playground\huggingface-stuff\deepseek-free-api\node_modules\koa-compose\index.js:42:32)
72
- at C:\mat-dir\playground\huggingface-stuff\deepseek-free-api\node_modules\koa-router\lib\router.js:423:16
73
- at dispatch (C:\mat-dir\playground\huggingface-stuff\deepseek-free-api\node_modules\koa-compose\index.js:42:32)
74
- at C:\mat-dir\playground\huggingface-stuff\deepseek-free-api\node_modules\koa-compose\index.js:34:12 {
75
- errcode: -2000,
76
- errmsg: 'Params body.messages invalid',
77
- data: undefined,
78
- httpStatusCode: undefined
79
- }[2024-06-15 18:43:10.918][info][index<986,30>] <- POST /v1/chat/completions 4ms
80
- [2024-06-15 18:43:25.253][info][index<1016,26>] -> POST /v1/chat/completions
81
- [2024-06-15 18:43:25.254][warning][index<823,22>] Params body.messages invalid: [Mismatch] -> function isArray() { [native code] }
82
- [2024-06-15 18:43:25.254][error][index<1035,28>] APIException [Error]: Params body.messages invalid
83
- at Request.validate (file:///C:/mat-dir/playground/huggingface-stuff/deepseek-free-api/dist/index.js:824:13)
84
- at /completions (file:///C:/mat-dir/playground/huggingface-stuff/deepseek-free-api/dist/index.js:1520:94)
85
- at file:///C:/mat-dir/playground/huggingface-stuff/deepseek-free-api/dist/index.js:1017:9
86
- at new Promise (<anonymous>)
87
- at #requestProcessing (file:///C:/mat-dir/playground/huggingface-stuff/deepseek-free-api/dist/index.js:1012:12)
88
- at file:///C:/mat-dir/playground/huggingface-stuff/deepseek-free-api/dist/index.js:984:72
89
- at dispatch (C:\mat-dir\playground\huggingface-stuff\deepseek-free-api\node_modules\koa-compose\index.js:42:32)
90
- at C:\mat-dir\playground\huggingface-stuff\deepseek-free-api\node_modules\koa-router\lib\router.js:423:16
91
- at dispatch (C:\mat-dir\playground\huggingface-stuff\deepseek-free-api\node_modules\koa-compose\index.js:42:32)
92
- at C:\mat-dir\playground\huggingface-stuff\deepseek-free-api\node_modules\koa-compose\index.js:34:12 {
93
- errcode: -2000,
94
- errmsg: 'Params body.messages invalid',
95
- data: undefined,
96
- httpStatusCode: undefined
97
- }[2024-06-15 18:43:25.256][info][index<986,30>] <- POST /v1/chat/completions 3ms
98
- [2024-06-15 18:45:22.774][info][index<1016,26>] -> POST /v1/chat/completions
99
- [2024-06-15 18:45:22.776][warning][index<823,22>] Params body.messages invalid: [Mismatch] -> function isArray() { [native code] }
100
- [2024-06-15 18:45:22.777][error][index<1035,28>] APIException [Error]: Params body.messages invalid
101
- at Request.validate (file:///C:/mat-dir/playground/huggingface-stuff/deepseek-free-api/dist/index.js:824:13)
102
- at /completions (file:///C:/mat-dir/playground/huggingface-stuff/deepseek-free-api/dist/index.js:1520:94)
103
- at file:///C:/mat-dir/playground/huggingface-stuff/deepseek-free-api/dist/index.js:1017:9
104
- at new Promise (<anonymous>)
105
- at #requestProcessing (file:///C:/mat-dir/playground/huggingface-stuff/deepseek-free-api/dist/index.js:1012:12)
106
- at file:///C:/mat-dir/playground/huggingface-stuff/deepseek-free-api/dist/index.js:984:72
107
- at dispatch (C:\mat-dir\playground\huggingface-stuff\deepseek-free-api\node_modules\koa-compose\index.js:42:32)
108
- at C:\mat-dir\playground\huggingface-stuff\deepseek-free-api\node_modules\koa-router\lib\router.js:423:16
109
- at dispatch (C:\mat-dir\playground\huggingface-stuff\deepseek-free-api\node_modules\koa-compose\index.js:42:32)
110
- at C:\mat-dir\playground\huggingface-stuff\deepseek-free-api\node_modules\koa-compose\index.js:34:12 {
111
- errcode: -2000,
112
- errmsg: 'Params body.messages invalid',
113
- data: undefined,
114
- httpStatusCode: undefined
115
- }[2024-06-15 18:45:22.783][info][index<986,30>] <- POST /v1/chat/completions 9ms
116
- [2024-06-15 18:46:25.059][info][index<1016,26>] -> POST /v1/chat/completions
117
- [2024-06-15 18:46:25.061][warning][index<823,22>] Params body.messages invalid: [Mismatch] -> function isArray() { [native code] }
118
- [2024-06-15 18:46:25.063][error][index<1035,28>] APIException [Error]: Params body.messages invalid
119
- at Request.validate (file:///C:/mat-dir/playground/huggingface-stuff/deepseek-free-api/dist/index.js:824:13)
120
- at /completions (file:///C:/mat-dir/playground/huggingface-stuff/deepseek-free-api/dist/index.js:1520:94)
121
- at file:///C:/mat-dir/playground/huggingface-stuff/deepseek-free-api/dist/index.js:1017:9
122
- at new Promise (<anonymous>)
123
- at #requestProcessing (file:///C:/mat-dir/playground/huggingface-stuff/deepseek-free-api/dist/index.js:1012:12)
124
- at file:///C:/mat-dir/playground/huggingface-stuff/deepseek-free-api/dist/index.js:984:72
125
- at dispatch (C:\mat-dir\playground\huggingface-stuff\deepseek-free-api\node_modules\koa-compose\index.js:42:32)
126
- at C:\mat-dir\playground\huggingface-stuff\deepseek-free-api\node_modules\koa-router\lib\router.js:423:16
127
- at dispatch (C:\mat-dir\playground\huggingface-stuff\deepseek-free-api\node_modules\koa-compose\index.js:42:32)
128
- at C:\mat-dir\playground\huggingface-stuff\deepseek-free-api\node_modules\koa-compose\index.js:34:12 {
129
- errcode: -2000,
130
- errmsg: 'Params body.messages invalid',
131
- data: undefined,
132
- httpStatusCode: undefined
133
- }[2024-06-15 18:46:25.065][info][index<986,30>] <- POST /v1/chat/completions 7ms
134
- [2024-06-15 18:47:12.358][info][index<1016,26>] -> POST /v1/chat/completions
135
- [2024-06-15 18:47:12.359][warning][index<823,22>] Params body.messages invalid: [Mismatch] -> function isArray() { [native code] }
136
- [2024-06-15 18:47:12.360][error][index<1035,28>] APIException [Error]: Params body.messages invalid
137
- at Request.validate (file:///C:/mat-dir/playground/huggingface-stuff/deepseek-free-api/dist/index.js:824:13)
138
- at /completions (file:///C:/mat-dir/playground/huggingface-stuff/deepseek-free-api/dist/index.js:1520:94)
139
- at file:///C:/mat-dir/playground/huggingface-stuff/deepseek-free-api/dist/index.js:1017:9
140
- at new Promise (<anonymous>)
141
- at #requestProcessing (file:///C:/mat-dir/playground/huggingface-stuff/deepseek-free-api/dist/index.js:1012:12)
142
- at file:///C:/mat-dir/playground/huggingface-stuff/deepseek-free-api/dist/index.js:984:72
143
- at dispatch (C:\mat-dir\playground\huggingface-stuff\deepseek-free-api\node_modules\koa-compose\index.js:42:32)
144
- at C:\mat-dir\playground\huggingface-stuff\deepseek-free-api\node_modules\koa-router\lib\router.js:423:16
145
- at dispatch (C:\mat-dir\playground\huggingface-stuff\deepseek-free-api\node_modules\koa-compose\index.js:42:32)
146
- at C:\mat-dir\playground\huggingface-stuff\deepseek-free-api\node_modules\koa-compose\index.js:34:12 {
147
- errcode: -2000,
148
- errmsg: 'Params body.messages invalid',
149
- data: undefined,
150
- httpStatusCode: undefined
151
- }[2024-06-15 18:47:12.361][info][index<986,30>] <- POST /v1/chat/completions 3ms
152
- [2024-06-15 18:48:18.406][info][index<1016,26>] -> POST /v1/chat/completions
153
- [2024-06-15 18:48:18.407][info][index<1198,20>] [ { role: 'user', content: 'Say this is a test!' } ]
154
- [2024-06-15 18:48:18.409][info][index<1125,18>] Refresh token: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzc29faWQiOiIwYzM1ZjQ1Mi1kOGUxLTQzYTAtODcwMC0xNGI3NjI2Njc3MjkiLCJpc19vYXV0aCI6MSwib2F1dGhfcHJvdmlkZXIiOiJnb29nbGUiLCJ0b2tlbl90eXBlIjoiQmVhcmVyIiwiYWNjZXNzX3Rva2VuIjoieWEyOS5hMEFYb29DZ3VCclN6alp5UUZjb25SSFhKR01rMWdWMUN4TkNXekxMMU1XWF8zbkJUTEYxZEVnM25OTTdfaDFGVTRLS1Fqb0FGU0hnNzZGcE1sRGpBNVBuNXV3NWJIb1BtdW9NRUh1U0poSndnVENxQmlRTTZxRW50XzdsWlgyYkpTX0FUY2NnQmJjN1JMWkVyVlNwOGhyVGVSVG51VXlpVnJmMzZNWlFhQ2dZS0FVZ1NBUklTRlFIR1gyTWktdGxuSFlic3pqTHE2Tm5nOHlBUE13MDE3MyIsImV4cGlyYXRpb25fZGF0ZSI6MTcxODQyMzU3OC43MTI1MTkyLCJyZWZyZXNoX3Rva2VuIjoiMS8vMGd6V2Z6eG81X2ZwVUNnWUlBUkFBR0JBU053Ri1MOUlyalduNmc0QlozWTc0NjlkZTl1VWd4eHVGYmVqTUc2alZRcVFsbktTYzcyMFpVQzVUeFhRa2RKb3h1UEVZcTEtMW5aSSIsImlkX3Byb2ZpbGUiOnsicHJvdmlkZXIiOiJHT09HTEUiLCJpZCI6IjExMjg0MDk2ODEwMTI4MDY5Mzc2OCIsIm5hbWUiOiJjb25nIHl1IiwicGljdHVyZSI6Imh0dHBzOi8vbGgzLmdvb2dsZXVzZXJjb250ZW50LmNvbS9hL0FDZzhvY0prMmlwcmR3ZGE4cFNtMnJUTDBzTEp2a1Fad0JVOUtRT3NBbE9zSTducWNJZzd3Zz1zOTYtYyIsImxvY2FsZSI6ImVuX1VTIiwiZW1haWwiOiJ5dWNvbmdvQGdtYWlsLmNvbSJ9LCJlbWFpbCI6IiIsIm1vYmlsZV9udW1iZXIiOiIiLCJhcmVhX2NvZGUiOiIiLCJtb2JpbGUiOiIiLCJleHAiOjE3MTkwNTM2MzAsImF1ZCI6IjY1MjhhZDM5NmZhYTEzNjdmZWU2ZDE2YyJ9.ZPzXbJ3Vg-ZbD4sZXcgz2wALe6RqkpCP5n_nu62zsFM
155
- [2024-06-15 18:48:19.532][success][index<1151,20>] Refresh successful
156
- [2024-06-15 18:48:20.012][info][index<1346,20>]
157
- 透传内容:
158
- Say this is a test!
159
-
160
- [2024-06-15 18:48:21.723][success][index<1232,20>] Stream has completed transfer 1205ms
161
- [2024-06-15 18:48:21.725][info][index<986,30>] <- POST /v1/chat/completions 3318ms
162
- [2024-06-15 18:49:24.604][info][index<1016,26>] -> POST /v1/chat/completions
163
- [2024-06-15 18:49:24.606][info][index<1198,20>] [ { role: 'user', content: 'Say this is a test!' } ]
164
- [2024-06-15 18:49:24.607][info][index<1125,18>] Refresh token: none
165
- [2024-06-15 18:49:25.165][error][index<1238,22>] Stream response error: Error: [请求deepseek失败]: Authorization Failed (jwt)
166
- at checkResult (file:///C:/mat-dir/playground/huggingface-stuff/deepseek-free-api/dist/index.js:1368:9)
167
- at file:///C:/mat-dir/playground/huggingface-stuff/deepseek-free-api/dist/index.js:1138:23
168
- at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
169
- at async requestToken (file:///C:/mat-dir/playground/huggingface-stuff/deepseek-free-api/dist/index.js:1126:18)
170
- at async acquireToken (file:///C:/mat-dir/playground/huggingface-stuff/deepseek-free-api/dist/index.js:1168:14)
171
- at async clearContext (file:///C:/mat-dir/playground/huggingface-stuff/deepseek-free-api/dist/index.js:1178:17)
172
- at async file:///C:/mat-dir/playground/huggingface-stuff/deepseek-free-api/dist/index.js:1200:7[2024-06-15 18:49:25.167][warning][index<1239,22>] Try again after 5s...
173
- [2024-06-15 18:49:30.168][info][index<1198,20>] [ { role: 'user', content: 'Say this is a test!' } ]
174
- [2024-06-15 18:49:30.170][info][index<1125,18>] Refresh token: none
175
- [2024-06-15 18:49:30.670][error][index<1238,22>] Stream response error: Error: [请求deepseek失败]: Authorization Failed (jwt)
176
- at checkResult (file:///C:/mat-dir/playground/huggingface-stuff/deepseek-free-api/dist/index.js:1368:9)
177
- at file:///C:/mat-dir/playground/huggingface-stuff/deepseek-free-api/dist/index.js:1138:23
178
- at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
179
- at async requestToken (file:///C:/mat-dir/playground/huggingface-stuff/deepseek-free-api/dist/index.js:1126:18)
180
- at async acquireToken (file:///C:/mat-dir/playground/huggingface-stuff/deepseek-free-api/dist/index.js:1168:14)
181
- at async clearContext (file:///C:/mat-dir/playground/huggingface-stuff/deepseek-free-api/dist/index.js:1178:17)
182
- at async file:///C:/mat-dir/playground/huggingface-stuff/deepseek-free-api/dist/index.js:1200:7[2024-06-15 18:49:30.672][warning][index<1239,22>] Try again after 5s...
183
- [2024-06-15 18:49:35.683][info][index<1198,20>] [ { role: 'user', content: 'Say this is a test!' } ]
184
- [2024-06-15 18:49:35.686][info][index<1125,18>] Refresh token: none
185
- [2024-06-15 18:49:36.129][error][index<1238,22>] Stream response error: Error: [请求deepseek失败]: Authorization Failed (jwt)
186
- at checkResult (file:///C:/mat-dir/playground/huggingface-stuff/deepseek-free-api/dist/index.js:1368:9)
187
- at file:///C:/mat-dir/playground/huggingface-stuff/deepseek-free-api/dist/index.js:1138:23
188
- at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
189
- at async requestToken (file:///C:/mat-dir/playground/huggingface-stuff/deepseek-free-api/dist/index.js:1126:18)
190
- at async acquireToken (file:///C:/mat-dir/playground/huggingface-stuff/deepseek-free-api/dist/index.js:1168:14)
191
- at async clearContext (file:///C:/mat-dir/playground/huggingface-stuff/deepseek-free-api/dist/index.js:1178:17)
192
- at async file:///C:/mat-dir/playground/huggingface-stuff/deepseek-free-api/dist/index.js:1200:7[2024-06-15 18:49:36.131][warning][index<1239,22>] Try again after 5s...
193
- [2024-06-15 18:49:41.142][info][index<1198,20>] [ { role: 'user', content: 'Say this is a test!' } ]
194
- [2024-06-15 18:49:41.143][info][index<1125,18>] Refresh token: none
195
- [2024-06-15 18:49:41.578][error][index<1035,28>] APIException [Error]: [请求deepseek失败]: Authorization Failed (jwt)
196
- at checkResult (file:///C:/mat-dir/playground/huggingface-stuff/deepseek-free-api/dist/index.js:1368:9)
197
- at file:///C:/mat-dir/playground/huggingface-stuff/deepseek-free-api/dist/index.js:1138:23
198
- at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
199
- at async requestToken (file:///C:/mat-dir/playground/huggingface-stuff/deepseek-free-api/dist/index.js:1126:18)
200
- at async acquireToken (file:///C:/mat-dir/playground/huggingface-stuff/deepseek-free-api/dist/index.js:1168:14)
201
- at async clearContext (file:///C:/mat-dir/playground/huggingface-stuff/deepseek-free-api/dist/index.js:1178:17)
202
- at async file:///C:/mat-dir/playground/huggingface-stuff/deepseek-free-api/dist/index.js:1200:7 {
203
- errcode: -2001,
204
- errmsg: '[请求deepseek失败]: Authorization Failed (jwt)',
205
- data: undefined,
206
- httpStatusCode: undefined
207
- }[2024-06-15 18:49:41.581][info][index<986,30>] <- POST /v1/chat/completions 16976ms
208
- [2024-06-15 18:49:54.381][info][index<1016,26>] -> POST /v1/chat/completions
209
- [2024-06-15 18:49:54.382][info][index<1198,20>] [ { role: 'user', content: 'Say this is a test!' } ]
210
- [2024-06-15 18:49:54.383][info][index<1125,18>] Refresh token: any
211
- [2024-06-15 18:49:54.803][error][index<1238,22>] Stream response error: Error: [请求deepseek失败]: Authorization Failed (jwt)
212
- at checkResult (file:///C:/mat-dir/playground/huggingface-stuff/deepseek-free-api/dist/index.js:1368:9)
213
- at file:///C:/mat-dir/playground/huggingface-stuff/deepseek-free-api/dist/index.js:1138:23
214
- at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
215
- at async requestToken (file:///C:/mat-dir/playground/huggingface-stuff/deepseek-free-api/dist/index.js:1126:18)
216
- at async acquireToken (file:///C:/mat-dir/playground/huggingface-stuff/deepseek-free-api/dist/index.js:1168:14)
217
- at async clearContext (file:///C:/mat-dir/playground/huggingface-stuff/deepseek-free-api/dist/index.js:1178:17)
218
- at async file:///C:/mat-dir/playground/huggingface-stuff/deepseek-free-api/dist/index.js:1200:7[2024-06-15 18:49:54.804][warning][index<1239,22>] Try again after 5s...
219
- [2024-06-15 18:49:59.822][info][index<1198,20>] [ { role: 'user', content: 'Say this is a test!' } ]
220
- [2024-06-15 18:49:59.824][info][index<1125,18>] Refresh token: any
221
- [2024-06-15 18:50:00.295][error][index<1238,22>] Stream response error: Error: [请求deepseek失败]: Authorization Failed (jwt)
222
- at checkResult (file:///C:/mat-dir/playground/huggingface-stuff/deepseek-free-api/dist/index.js:1368:9)
223
- at file:///C:/mat-dir/playground/huggingface-stuff/deepseek-free-api/dist/index.js:1138:23
224
- at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
225
- at async requestToken (file:///C:/mat-dir/playground/huggingface-stuff/deepseek-free-api/dist/index.js:1126:18)
226
- at async acquireToken (file:///C:/mat-dir/playground/huggingface-stuff/deepseek-free-api/dist/index.js:1168:14)
227
- at async clearContext (file:///C:/mat-dir/playground/huggingface-stuff/deepseek-free-api/dist/index.js:1178:17)
228
- at async file:///C:/mat-dir/playground/huggingface-stuff/deepseek-free-api/dist/index.js:1200:7[2024-06-15 18:50:00.297][warning][index<1239,22>] Try again after 5s...
229
- [2024-06-15 18:50:05.299][info][index<1198,20>] [ { role: 'user', content: 'Say this is a test!' } ]
230
- [2024-06-15 18:50:05.301][info][index<1125,18>] Refresh token: any
231
- [2024-06-15 18:50:05.774][error][index<1238,22>] Stream response error: Error: [请求deepseek失败]: Authorization Failed (jwt)
232
- at checkResult (file:///C:/mat-dir/playground/huggingface-stuff/deepseek-free-api/dist/index.js:1368:9)
233
- at file:///C:/mat-dir/playground/huggingface-stuff/deepseek-free-api/dist/index.js:1138:23
234
- at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
235
- at async requestToken (file:///C:/mat-dir/playground/huggingface-stuff/deepseek-free-api/dist/index.js:1126:18)
236
- at async acquireToken (file:///C:/mat-dir/playground/huggingface-stuff/deepseek-free-api/dist/index.js:1168:14)
237
- at async clearContext (file:///C:/mat-dir/playground/huggingface-stuff/deepseek-free-api/dist/index.js:1178:17)
238
- at async file:///C:/mat-dir/playground/huggingface-stuff/deepseek-free-api/dist/index.js:1200:7[2024-06-15 18:50:05.775][warning][index<1239,22>] Try again after 5s...
239
- [2024-06-15 18:50:10.781][info][index<1198,20>] [ { role: 'user', content: 'Say this is a test!' } ]
240
- [2024-06-15 18:50:10.783][info][index<1125,18>] Refresh token: any
241
- [2024-06-15 18:50:11.212][error][index<1035,28>] APIException [Error]: [请求deepseek失败]: Authorization Failed (jwt)
242
- at checkResult (file:///C:/mat-dir/playground/huggingface-stuff/deepseek-free-api/dist/index.js:1368:9)
243
- at file:///C:/mat-dir/playground/huggingface-stuff/deepseek-free-api/dist/index.js:1138:23
244
- at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
245
- at async requestToken (file:///C:/mat-dir/playground/huggingface-stuff/deepseek-free-api/dist/index.js:1126:18)
246
- at async acquireToken (file:///C:/mat-dir/playground/huggingface-stuff/deepseek-free-api/dist/index.js:1168:14)
247
- at async clearContext (file:///C:/mat-dir/playground/huggingface-stuff/deepseek-free-api/dist/index.js:1178:17)
248
- at async file:///C:/mat-dir/playground/huggingface-stuff/deepseek-free-api/dist/index.js:1200:7 {
249
- errcode: -2001,
250
- errmsg: '[请求deepseek失败]: Authorization Failed (jwt)',
251
- data: undefined,
252
- httpStatusCode: undefined
253
- }[2024-06-15 18:50:11.218][info][index<986,30>] <- POST /v1/chat/completions 16837ms
254
- [2024-06-15 18:50:54.317][info][index<1016,26>] -> POST /v1/chat/completions
255
- [2024-06-15 18:50:54.318][info][index<1198,20>] [ { role: 'user', content: 'Say this is a test!' } ]
256
- [2024-06-15 18:50:54.850][info][index<1346,20>]
257
- 透传内容:
258
- Say this is a test!
259
-
260
- [2024-06-15 18:50:56.462][success][index<1232,20>] Stream has completed transfer 1112ms
261
- [2024-06-15 18:50:56.464][info][index<986,30>] <- POST /v1/chat/completions 2147ms
262
- [2024-06-15 18:51:56.925][info][index<685,18>] Service exit
263
-
264
-
265
- ===================== LOG END 2024-06-15 18:51:56.930 =====================
266
-
267
-
268
-
269
- ===================== LOG START 2024-06-15 18:52:31.175 =====================
270
-
271
- [2024-06-15 18:52:31.165][success][index<966,20>] Server initialized
272
- [2024-06-15 18:52:31.177][info][index<1614,18>] <<<< deepseek free server >>>>
273
- [2024-06-15 18:52:31.180][info][index<1615,18>] Version: 0.0.6
274
- [2024-06-15 18:52:31.181][info][index<1616,18>] Process id: 12044
275
- [2024-06-15 18:52:31.183][info][index<1617,18>] Environment: dev
276
- [2024-06-15 18:52:31.186][info][index<1618,18>] Service name: deepseek-free-api
277
- [2024-06-15 18:52:31.191][info][index<990,22>] Route attached
278
- [2024-06-15 18:52:31.192][info][index<990,22>] Route /v1/chat attached
279
- [2024-06-15 18:52:31.193][info][index<990,22>] Route /ping attached
280
- [2024-06-15 18:52:31.194][info][index<990,22>] Route /token attached
281
- [2024-06-15 18:52:31.195][info][index<990,22>] Route /v1 attached
282
- [2024-06-15 18:52:31.237][success][index<1079,20>] Server listening on port 7860 (0.0.0.0)
283
- [2024-06-15 18:52:31.238][success][index<1623,24>] Service startup completed (63ms)
284
- [2024-06-15 18:53:08.610][info][index<1016,26>] -> POST /v1/chat/completions
285
- [2024-06-15 18:53:08.615][info][index<1198,20>] [ { role: 'user', content: 'Say this is a test!' } ]
286
- [2024-06-15 18:53:08.620][info][index<1125,18>] Refresh token: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzc29faWQiOiIwYzM1ZjQ1Mi1kOGUxLTQzYTAtODcwMC0xNGI3NjI2Njc3MjkiLCJpc19vYXV0aCI6MSwib2F1dGhfcHJvdmlkZXIiOiJnb29nbGUiLCJ0b2tlbl90eXBlIjoiQmVhcmVyIiwiYWNjZXNzX3Rva2VuIjoieWEyOS5hMEFYb29DZ3VCclN6alp5UUZjb25SSFhKR01rMWdWMUN4TkNXekxMMU1XWF8zbkJUTEYxZEVnM25OTTdfaDFGVTRLS1Fqb0FGU0hnNzZGcE1sRGpBNVBuNXV3NWJIb1BtdW9NRUh1U0poSndnVENxQmlRTTZxRW50XzdsWlgyYkpTX0FUY2NnQmJjN1JMWkVyVlNwOGhyVGVSVG51VXlpVnJmMzZNWlFhQ2dZS0FVZ1NBUklTRlFIR1gyTWktdGxuSFlic3pqTHE2Tm5nOHlBUE13MDE3MyIsImV4cGlyYXRpb25fZGF0ZSI6MTcxODQyMzU3OC43MTI1MTkyLCJyZWZyZXNoX3Rva2VuIjoiMS8vMGd6V2Z6eG81X2ZwVUNnWUlBUkFBR0JBU053Ri1MOUlyalduNmc0QlozWTc0NjlkZTl1VWd4eHVGYmVqTUc2alZRcVFsbktTYzcyMFpVQzVUeFhRa2RKb3h1UEVZcTEtMW5aSSIsImlkX3Byb2ZpbGUiOnsicHJvdmlkZXIiOiJHT09HTEUiLCJpZCI6IjExMjg0MDk2ODEwMTI4MDY5Mzc2OCIsIm5hbWUiOiJjb25nIHl1IiwicGljdHVyZSI6Imh0dHBzOi8vbGgzLmdvb2dsZXVzZXJjb250ZW50LmNvbS9hL0FDZzhvY0prMmlwcmR3ZGE4cFNtMnJUTDBzTEp2a1Fad0JVOUtRT3NBbE9zSTducWNJZzd3Zz1zOTYtYyIsImxvY2FsZSI6ImVuX1VTIiwiZW1haWwiOiJ5dWNvbmdvQGdtYWlsLmNvbSJ9LCJlbWFpbCI6IiIsIm1vYmlsZV9udW1iZXIiOiIiLCJhcmVhX2NvZGUiOiIiLCJtb2JpbGUiOiIiLCJleHAiOjE3MTkwNTM2MzAsImF1ZCI6IjY1MjhhZDM5NmZhYTEzNjdmZWU2ZDE2YyJ9.ZPzXbJ3Vg-ZbD4sZXcgz2wALe6RqkpCP5n_nu62zsFM
287
- [2024-06-15 18:53:09.740][success][index<1151,20>] Refresh successful
288
- [2024-06-15 18:53:10.216][info][index<1346,20>]
289
- 透传内容:
290
- Say this is a test!
291
-
292
- [2024-06-15 18:53:11.787][success][index<1232,20>] Stream has completed transfer 1164ms
293
- [2024-06-15 18:53:11.795][info][index<986,30>] <- POST /v1/chat/completions 3180ms
294
- [2024-06-15 18:53:33.474][info][index<685,18>] Service exit
295
-
296
-
297
- ===================== LOG END 2024-06-15 18:53:33.482 =====================
298
-